AbstractClassInfoStrategy |
AbstractClassInfoStrategy.addExcludedAnnotation(Class<? extends Annotation> annotation) |
Adds the specified Annotation to set of excluded annotations,
if it is not already present.
|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.addExcludedField(Class<?> pojoClass,
String fieldName) |
Adds the specified field to set of excluded fields,
if it is not already present.
|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.addExtraMethod(Class<?> pojoClass,
String methodName,
Class<?>... methodArgs) |
It adds an extra method to execute
|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.removeExcludedAnnotation(Class<? extends Annotation> annotation) |
Removes the specified Annotation from set of excluded annotations.
|
AbstractClassInfoStrategy |
AbstractClassInfoStrategy.removeExcludedField(Class<?> pojoClass,
String fieldName) |
Removes the field name from set of excluded fields.
|