Uses of Class
de.hybris.bootstrap.beangenerator.definitions.model.ClassNameAware
Packages that use ClassNameAware
Package
Description
-
Uses of ClassNameAware in de.hybris.bootstrap.beangenerator
Methods in de.hybris.bootstrap.beangenerator that return types with arguments of type ClassNameAwareModifier and TypeMethodDescriptionCollection<? extends ClassNameAware>BeansPostProcessor.postProcess(Collection<? extends ClassNameAware> beans) Methods in de.hybris.bootstrap.beangenerator with parameters of type ClassNameAwareModifier and TypeMethodDescriptionprotected org.apache.velocity.VelocityContextBeanSourceFileProcessor.createVelocityContext(ClassNameAware beanPrototype) voidBeanSourceFileProcessor.generateBeanSourceFile(ClassNameAware bean, File velocityTemplateFile) protected FileBeanGenerator.getVelocityTemplateForBean(ClassNameAware bean) Method parameters in de.hybris.bootstrap.beangenerator with type arguments of type ClassNameAwareModifier and TypeMethodDescriptionCollection<? extends ClassNameAware>BeansPostProcessor.postProcess(Collection<? extends ClassNameAware> beans) -
Uses of ClassNameAware in de.hybris.bootstrap.beangenerator.definitions.model
Subclasses of ClassNameAware in de.hybris.bootstrap.beangenerator.definitions.modelModifier and TypeClassDescriptionclassAttributeContainer<T extends AttributePrototype>classclassMethods in de.hybris.bootstrap.beangenerator.definitions.model with type parameters of type ClassNameAwareModifier and TypeMethodDescription<T extends ClassNameAware>
T<T extends ClassNameAware>
TBeanSet.getOrCreateBean(Extension currentExtension, String className, String superclassName, String description, String type, String deprecated, String deprecatedSince, boolean _abstract, boolean superEquals) <T extends ClassNameAware>
TBeanSet.getOrCreateEnum(Extension currentExtension, String className, String description, String deprecated, String deprecatedSince) Methods in de.hybris.bootstrap.beangenerator.definitions.model that return types with arguments of type ClassNameAwareModifier and TypeMethodDescriptionCollection<? extends ClassNameAware>BeanSet.getBeans()Collection<? extends ClassNameAware>PojoFactory.getBeans()Methods in de.hybris.bootstrap.beangenerator.definitions.model with parameters of type ClassNameAwareModifier and TypeMethodDescriptionprotected voidPojoFactory.BeanTemplateValidator.adjustTemplate(ClassNameAware beanProto, AbstractPojo xmlBean, Extension ctx) -
Uses of ClassNameAware in de.hybris.bootstrap.beangenerator.postprocessors
Methods in de.hybris.bootstrap.beangenerator.postprocessors that return types with arguments of type ClassNameAwareModifier and TypeMethodDescriptionCollection<? extends ClassNameAware>SwaggerDocumentationPostProcessor.postProcess(Collection<? extends ClassNameAware> beans) Method parameters in de.hybris.bootstrap.beangenerator.postprocessors with type arguments of type ClassNameAwareModifier and TypeMethodDescriptionCollection<? extends ClassNameAware>SwaggerDocumentationPostProcessor.postProcess(Collection<? extends ClassNameAware> beans) -
Uses of ClassNameAware in de.hybris.bootstrap.beangenerator.validators
Methods in de.hybris.bootstrap.beangenerator.validators with parameters of type ClassNameAwareModifier and TypeMethodDescriptionprotected StringPojoCreationValidator.PojoCreationValidationAdapter.getOwnClassName(ClassNameAware beanProto)