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, removeExcludedField
private static final DefaultClassInfoStrategy SINGLETON
private DefaultClassInfoStrategy()
public static DefaultClassInfoStrategy getInstance()
Copyright © 2023. All rights reserved.