All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected void |
addAnnotations(PropertyPrototype created,
Annotations a) |
protected BeanPrototype |
createBean(Bean xmlBean) |
protected PropertyPrototype |
createBeanProperty(Bean xmlBean,
Property xmlAttribute) |
protected EnumPrototype |
createEnum(Enum xmlEnum) |
protected EnumValuePrototype |
createEnumValue(Enum xmlBean,
java.lang.String enumValue) |
protected void |
createPojo(AbstractPojo pojoBean) |
java.util.Collection<? extends ClassNameAware> |
getBeans() |
void |
mergePojos(Extension currentExtension,
AbstractPojos xmlBeans) |
protected void |
notifyAfterBeanCreated(BeanPrototype bean,
Bean xmlBean) |
protected void |
notifyAfterEnumCreated(EnumPrototype bean,
Enum xmlEnum) |
protected void |
notifyAfterEnumValueCreated(EnumPrototype bean,
EnumValuePrototype attribute) |
protected void |
notifyAfterPropertyCreated(BeanPrototype bean,
PropertyPrototype attribute) |
protected void |
notifyBeforeBeanCreated(Bean bean) |
protected void |
notifyBeforeEnumCreated(Enum enumXml) |
protected void |
notifyBeforeEnumValueCreated(Enum xmlEnum,
java.lang.String enumValue) |
protected void |
notifyBeforePropertyCreated(Bean bean,
Property attribute) |
void |
notifyExtensionProcessed() |
protected void |
setCurrentExtension(Extension currentExtension) |
void |
setValidators(java.util.List<? extends PojoCreationValidator> validators) |