Class BeanGenerator

java.lang.Object
de.hybris.bootstrap.beangenerator.BeanGenerator

public class BeanGenerator extends Object
  • Field Details

    • LOG

      protected static final org.apache.log4j.Logger LOG
  • Constructor Details

  • Method Details

    • setBeansPostProcessor

      public void setBeansPostProcessor(BeansPostProcessor beansPostProcessor)
    • calculateSchemaPath

      protected String calculateSchemaPath()
    • getConfiguredExtensions

      protected Collection<Extension> getConfiguredExtensions(Map<String,String> extensionNamePathMapping)
    • getListeners

      protected List<? extends PojoCreationValidator> getListeners()
    • generate

      public boolean generate()
      Generates beans.
      Returns:
      true if any bean had been generated anew, false otherwise
    • getVelocityTemplateForBean

      protected File getVelocityTemplateForBean(ClassNameAware bean)