RandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.addOrReplaceAttributeStrategy(Class<?> type,
String attributeName,
AttributeStrategy<?> attributeStrategy) |
Registers @AttributeStrategy implementation, which will be used to
instantiate objects of a specified type.
|
RandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.addOrReplaceAttributeStrategy(Class<? extends Annotation> annotationClass,
AttributeStrategy<?> attributeStrategy) |
Bind an annotation to attribute strategy class.
|
RandomDataProviderStrategy |
RandomDataProviderStrategy.addOrReplaceAttributeStrategy(Class<? extends Annotation> annotationClass,
AttributeStrategy<?> attributeStrategy) |
Bind an annotation to attribute strategy class.
|
RandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.removeAttributeStrategy(Class<?> type,
String attributeName) |
Removes @AttributeStrategy implementation from for the specific attribute
|
RandomDataProviderStrategy |
AbstractRandomDataProviderStrategy.removeAttributeStrategy(Class<? extends Annotation> annotationClass) |
Remove binding of an annotation to attribute strategy
|
RandomDataProviderStrategy |
RandomDataProviderStrategy.removeAttributeStrategy(Class<? extends Annotation> annotationClass) |
Remove binding of an annotation to attribute strategy
|