Uses of Class
de.hybris.bootstrap.beangenerator.definitions.model.Extension
-
Packages that use Extension Package Description de.hybris.bootstrap.beangenerator de.hybris.bootstrap.beangenerator.definitions.model de.hybris.bootstrap.beangenerator.validators -
-
Uses of Extension in de.hybris.bootstrap.beangenerator
Methods in de.hybris.bootstrap.beangenerator that return types with arguments of type Extension Modifier and Type Method Description protected java.util.Collection<Extension>BeanGenerator. getConfiguredExtensions(java.util.Map<java.lang.String,java.lang.String> extensionNamePathMapping) -
Uses of Extension in de.hybris.bootstrap.beangenerator.definitions.model
Methods in de.hybris.bootstrap.beangenerator.definitions.model with parameters of type Extension Modifier and Type Method Description protected voidPojoFactory.BeanTemplateValidator. adjustTemplate(ClassNameAware beanProto, AbstractPojo xmlBean, Extension ctx)voidPojoFactory.BeanTemplateValidator. afterCreateEnum(EnumPrototype beanProto, Enum xmlEnum, Extension ctx)voidPojoFactory.BeanTemplateValidator. afterCreatePojo(BeanPrototype beanProto, Bean xmlBean, Extension ctx)<T extends AttributePrototype>
TBeanSet. createEnumValue(Extension currentExtension, Enum xmlEnum, java.lang.String enumValue)<T extends AttributePrototype>
TBeanSet. createProperty(Extension currentExtension, Bean xmlBean, Property xmlAttribute)<T extends ClassNameAware>
TBeanSet. getOrCreateBean(Extension currentExtension, java.lang.String className, java.lang.String superclassName, java.lang.String description, java.lang.String type, java.lang.String deprecated, java.lang.String deprecatedSince, boolean _abstract, boolean superEquals)<T extends ClassNameAware>
TBeanSet. getOrCreateEnum(Extension currentExtension, java.lang.String className, java.lang.String description, java.lang.String deprecated, java.lang.String deprecatedSince)voidPojoFactory. mergePojos(Extension currentExtension, AbstractPojos xmlBeans)protected voidPojoFactory. setCurrentExtension(Extension currentExtension) -
Uses of Extension in de.hybris.bootstrap.beangenerator.validators
Methods in de.hybris.bootstrap.beangenerator.validators with parameters of type Extension Modifier and Type Method Description voidPojoCreationValidator. afterCreateEnum(EnumPrototype bean, Enum xmlEnum, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. afterCreateEnum(EnumPrototype bean, Enum xmlEnum, Extension ctx)voidPropertyReferenceValidateListener. afterCreateEnum(EnumPrototype enumProto, Enum bean, Extension ctx)voidPojoCreationValidator. afterCreateEnumValue(EnumPrototype bean, EnumValuePrototype attr, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. afterCreateEnumValue(EnumPrototype bean, EnumValuePrototype attr, Extension ctx)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)voidPojoCreationValidator. afterCreateProperty(BeanPrototype bean, PropertyPrototype attr, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. afterCreateProperty(BeanPrototype bean, PropertyPrototype attr, Extension ctx)voidPropertyReferenceValidateListener. afterCreateProperty(BeanPrototype bean, PropertyPrototype attr, Extension ctx)voidPojoCreationValidator. afterExtensionProcessed(Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. afterExtensionProcessed(Extension ctx)voidPropertyReferenceValidateListener. afterExtensionProcessed(Extension ctx)voidJavaKeyWordValidator. beforeCreateEnum(Enum xmlEnum, Extension ctx)voidPojoCreationValidator. beforeCreateEnum(Enum xmlEnum, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. beforeCreateEnum(Enum xmlEnum, Extension ctx)voidTypeConsistencyValidator. beforeCreateEnum(Enum xmlEnum, Extension ctx)voidEnumValueNameValidator. beforeCreateEnumValue(Enum xmlEnum, java.lang.String enumValue, Extension ctx)voidPojoCreationValidator. beforeCreateEnumValue(Enum xmlEnum, java.lang.String enumValue, Extension ctx)voidPojoCreationValidator.PojoCreationValidationAdapter. beforeCreateEnumValue(Enum xmlEnum, java.lang.String enumValue, 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)protected java.lang.StringPojoCreationValidator.PojoCreationValidationAdapter. toFriendlyExtName(Extension e)
-