Uses of Class
de.hybris.bootstrap.beangenerator.definitions.xml.Bean
-
Packages that use Bean Package Description de.hybris.bootstrap.beangenerator.definitions.model de.hybris.bootstrap.beangenerator.definitions.xml de.hybris.bootstrap.beangenerator.validators -
-
Uses of Bean in de.hybris.bootstrap.beangenerator.definitions.model
Methods in de.hybris.bootstrap.beangenerator.definitions.model with parameters of type Bean Modifier and Type Method Description voidPojoFactory.BeanTemplateValidator. afterCreatePojo(BeanPrototype beanProto, Bean xmlBean, Extension ctx)protected BeanPrototypePojoFactory. createBean(Bean xmlBean)protected PropertyPrototypePojoFactory. createBeanProperty(Bean xmlBean, Property xmlAttribute)<T extends AttributePrototype>
TBeanSet. createProperty(Extension currentExtension, Bean xmlBean, Property xmlAttribute)protected voidPojoFactory. notifyAfterBeanCreated(BeanPrototype bean, Bean xmlBean)protected voidPojoFactory. notifyBeforeBeanCreated(Bean bean)protected voidPojoFactory. notifyBeforePropertyCreated(Bean bean, Property attribute) -
Uses of Bean in de.hybris.bootstrap.beangenerator.definitions.xml
Methods in de.hybris.bootstrap.beangenerator.definitions.xml that return Bean Modifier and Type Method Description BeanObjectFactory. createBean()Create an instance ofBean -
Uses of Bean in de.hybris.bootstrap.beangenerator.validators
Methods in de.hybris.bootstrap.beangenerator.validators with parameters of type Bean Modifier and Type Method Description voidPojoCreationValidator. afterCreatePojo(BeanPrototype beanProto, Bean bean, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. afterCreatePojo(BeanPrototype beanProto, Bean bean, Extension ctx)voidPropertyReferenceValidateListener. afterCreatePojo(BeanPrototype beanProto, Bean bean, Extension ctx)voidJavaKeyWordValidator. beforeCreatePojo(Bean bean, Extension ctx)voidPojoCreationValidator. beforeCreatePojo(Bean bean, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. beforeCreatePojo(Bean bean, Extension ctx)voidTypeConsistencyValidator. beforeCreatePojo(Bean xmlBean, Extension ctx)voidJavaKeyWordValidator. beforeCreateProperty(Bean bean, Property attr, Extension ctx)voidPojoCreationValidator. beforeCreateProperty(Bean bean, Property attr, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. beforeCreateProperty(Bean bean, Property attr, Extension ctx)voidPropertyNameValidator. beforeCreateProperty(Bean bean, Property attr, Extension ctx)
-