Class PojoCreationValidator.PojoCreationValidationAdapter
java.lang.Object
de.hybris.bootstrap.beangenerator.validators.PojoCreationValidator.PojoCreationValidationAdapter
- All Implemented Interfaces:
PojoCreationValidator
- Direct Known Subclasses:
EnumValueNameValidator,JavaKeyWordValidator,PojoFactory.BeanTemplateValidator,PropertyNameValidator,PropertyReferenceValidateListener,TypeConsistencyValidator
- Enclosing interface:
- PojoCreationValidator
public static class PojoCreationValidator.PojoCreationValidationAdapter
extends Object
implements PojoCreationValidator
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.bootstrap.beangenerator.validators.PojoCreationValidator
PojoCreationValidator.PojoCreationValidationAdapter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterCreateEnum(EnumPrototype bean, Enum xmlEnum, Extension ctx) voidafterCreateEnumValue(EnumPrototype bean, EnumValuePrototype attr, Extension ctx) voidafterCreatePojo(BeanPrototype beanProto, Bean bean, Extension ctx) voidafterCreateProperty(BeanPrototype bean, PropertyPrototype attr, Extension ctx) voidvoidbeforeCreateEnum(Enum xmlEnum, Extension ctx) voidbeforeCreateEnumValue(Enum xmlEnum, String enumValue, Extension ctx) voidbeforeCreatePojo(Bean bean, Extension ctx) voidbeforeCreateProperty(Bean bean, Property attr, Extension ctx) protected StringgetOwnClassName(ClassNameAware beanProto) protected StringgetSuperClassName(BeanPrototype beanProto) protected String
-
Constructor Details
-
PojoCreationValidationAdapter
public PojoCreationValidationAdapter()
-
-
Method Details
-
beforeCreateEnum
- Specified by:
beforeCreateEnumin interfacePojoCreationValidator
-
afterCreateEnum
- Specified by:
afterCreateEnumin interfacePojoCreationValidator
-
beforeCreatePojo
- Specified by:
beforeCreatePojoin interfacePojoCreationValidator
-
afterCreatePojo
- Specified by:
afterCreatePojoin interfacePojoCreationValidator
-
beforeCreateProperty
- Specified by:
beforeCreatePropertyin interfacePojoCreationValidator
-
afterCreateProperty
- Specified by:
afterCreatePropertyin interfacePojoCreationValidator
-
beforeCreateEnumValue
- Specified by:
beforeCreateEnumValuein interfacePojoCreationValidator
-
afterCreateEnumValue
- Specified by:
afterCreateEnumValuein interfacePojoCreationValidator
-
afterExtensionProcessed
- Specified by:
afterExtensionProcessedin interfacePojoCreationValidator
-
getSuperClassName
-
getOwnClassName
-
toFriendlyExtName
-