public final class DefaultClassInfoStrategy extends AbstractClassInfoStrategy
AbstractClassInfoStrategy
This singleton implementation performs class attribute introspection on the basis of class declared fields
| Modifier and Type | Field and Description |
|---|---|
private static DefaultClassInfoStrategy |
SINGLETON
The singleton instance of this implementation
|
| Modifier | Constructor and Description |
|---|---|
private |
DefaultClassInfoStrategy()
Implementation of the Singleton pattern
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultClassInfoStrategy |
getInstance()
Implementation of the Singleton pattern
|
addExcludedAnnotation, addExcludedField, addExtraMethod, approve, extractFieldNameFromMethod, findPojoAttributes, getClassAttributeApprover, getClassInfo, getClassInfo, getExcludedAnnotations, getExcludedFields, getExtraMethods, getGetterPattern, getSetterPattern, removeExcludedAnnotation, removeExcludedFieldprivate static final DefaultClassInfoStrategy SINGLETON
private DefaultClassInfoStrategy()
public static DefaultClassInfoStrategy getInstance()
Copyright © 2016. All rights reserved.