Uses of Class
de.hybris.bootstrap.beangenerator.definitions.xml.Bean
Packages that use Bean
Package
Description
-
Uses of Bean in de.hybris.bootstrap.beangenerator.definitions.model
Methods in de.hybris.bootstrap.beangenerator.definitions.model with parameters of type BeanModifier and TypeMethodDescriptionvoidPojoFactory.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 -
Uses of Bean in de.hybris.bootstrap.beangenerator.validators
Methods in de.hybris.bootstrap.beangenerator.validators with parameters of type BeanModifier and TypeMethodDescriptionvoidPojoCreationValidator.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)