Uses of Class
de.hybris.bootstrap.beangenerator.definitions.xml.Property
-
Packages that use Property Package Description de.hybris.bootstrap.beangenerator.definitions.model de.hybris.bootstrap.beangenerator.definitions.xml de.hybris.bootstrap.beangenerator.validators -
-
Uses of Property in de.hybris.bootstrap.beangenerator.definitions.model
Methods in de.hybris.bootstrap.beangenerator.definitions.model with parameters of type Property Modifier and Type Method Description protected PropertyPrototypePojoFactory. createBeanProperty(Bean xmlBean, Property xmlAttribute)<T extends AttributePrototype>
TBeanSet. createProperty(Extension currentExtension, Bean xmlBean, Property xmlAttribute)protected voidPojoFactory. notifyBeforePropertyCreated(Bean bean, Property attribute) -
Uses of Property in de.hybris.bootstrap.beangenerator.definitions.xml
Fields in de.hybris.bootstrap.beangenerator.definitions.xml with type parameters of type Property Modifier and Type Field Description protected java.util.List<Property>Bean. propertyMethods in de.hybris.bootstrap.beangenerator.definitions.xml that return Property Modifier and Type Method Description PropertyObjectFactory. createProperty()Create an instance ofPropertyMethods in de.hybris.bootstrap.beangenerator.definitions.xml that return types with arguments of type Property Modifier and Type Method Description java.util.List<Property>Bean. getProperty()Gets the value of the property property. -
Uses of Property in de.hybris.bootstrap.beangenerator.validators
Methods in de.hybris.bootstrap.beangenerator.validators with parameters of type Property Modifier and Type Method Description 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)
-