public interface PojoCreationValidator
| Modifier and Type | Interface and Description |
|---|---|
static class |
PojoCreationValidator.PojoCreationValidationAdapter |
| Modifier and Type | Method and Description |
|---|---|
void |
afterCreateEnum(EnumPrototype bean,
Enum xmlEnum,
Extension ctx) |
void |
afterCreateEnumValue(EnumPrototype bean,
EnumValuePrototype attr,
Extension ctx) |
void |
afterCreatePojo(BeanPrototype beanProto,
Bean bean,
Extension ctx) |
void |
afterCreateProperty(BeanPrototype bean,
PropertyPrototype attr,
Extension ctx) |
void |
afterExtensionProcessed(Extension ctx) |
void |
beforeCreateEnum(Enum xmlEnum,
Extension ctx) |
void |
beforeCreateEnumValue(Enum xmlEnum,
java.lang.String enumValue,
Extension ctx) |
void |
beforeCreatePojo(Bean bean,
Extension ctx) |
void |
beforeCreateProperty(Bean bean,
Property attr,
Extension ctx) |
void afterCreateEnum(EnumPrototype bean, Enum xmlEnum, Extension ctx)
void afterCreatePojo(BeanPrototype beanProto, Bean bean, Extension ctx)
void afterCreateProperty(BeanPrototype bean, PropertyPrototype attr, Extension ctx)
void beforeCreateEnumValue(Enum xmlEnum, java.lang.String enumValue, Extension ctx)
void afterCreateEnumValue(EnumPrototype bean, EnumValuePrototype attr, Extension ctx)
void afterExtensionProcessed(Extension ctx)
Copyright © 2018 SAP SE. All Rights Reserved.