Class PdfferTemplateBeanNameGenerator

java.lang.Object
org.nekosoft.pdffer.registry.PdfferTemplateBeanNameGenerator
All Implemented Interfaces:
org.springframework.beans.factory.support.BeanNameGenerator

public class PdfferTemplateBeanNameGenerator extends Object implements org.springframework.beans.factory.support.BeanNameGenerator
Determines the name of a PDF template bean on the basis of the name attribute of the PdfTemplateComponent annotation.
  • Constructor Details

    • PdfferTemplateBeanNameGenerator

      public PdfferTemplateBeanNameGenerator()
  • Method Details

    • generateBeanName

      public String generateBeanName(org.springframework.beans.factory.config.BeanDefinition definition, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Specified by:
      generateBeanName in interface org.springframework.beans.factory.support.BeanNameGenerator