Uses of Class
de.hybris.bootstrap.beangenerator.definitions.xml.AbstractPojo
-
Packages that use AbstractPojo Package Description de.hybris.bootstrap.beangenerator.definitions.model de.hybris.bootstrap.beangenerator.definitions.xml -
-
Uses of AbstractPojo in de.hybris.bootstrap.beangenerator.definitions.model
Methods in de.hybris.bootstrap.beangenerator.definitions.model with parameters of type AbstractPojo Modifier and Type Method Description protected voidPojoFactory.BeanTemplateValidator. adjustTemplate(ClassNameAware beanProto, AbstractPojo xmlBean, Extension ctx)protected voidPojoFactory. createPojo(AbstractPojo pojoBean) -
Uses of AbstractPojo in de.hybris.bootstrap.beangenerator.definitions.xml
Subclasses of AbstractPojo in de.hybris.bootstrap.beangenerator.definitions.xml Modifier and Type Class Description classBeanJava class for bean complex type.classEnumJava class for enum complex type.Fields in de.hybris.bootstrap.beangenerator.definitions.xml with type parameters of type AbstractPojo Modifier and Type Field Description protected java.util.List<AbstractPojo>AbstractPojos. beanOrEnumMethods in de.hybris.bootstrap.beangenerator.definitions.xml that return types with arguments of type AbstractPojo Modifier and Type Method Description java.util.List<AbstractPojo>AbstractPojos. getBeanOrEnum()Gets the value of the beanOrEnum property.
-