<bean id="podamFactory" class="uk.co.jemos.podam.api.PodamFactoryImpl">
/*
for a type 'T'
attribute 'A' strValue ='v'
attribute 'B' nbrElements ='v'
attribute 'C' maxValue =100, minValue=1
attribute 'D' PodamStrategyValue='PostCodeStrategy.class'
*/
</bean>
I could not find documentation regarding this.
Thanks,
Praveen
Look here: https://devopsfolks.github.io/podam/
And search for “Defining an attribute-level strategy with DataProviderStrategy”. That should solve your problem.
Regards,
M.
--
You received this message because you are subscribed to the Google Groups "PODAM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to podam+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Class<AttributeStrategy<?>> getStrategyForAnnotation(Class<? extends Annotation> annotationClass);