Record Class AbstractMethodAnnotationPostProcessor.BeanDefinitionPropertiesMapper

java.lang.Object
java.lang.Record
org.springframework.integration.config.AbstractMethodAnnotationPostProcessor.BeanDefinitionPropertiesMapper
Enclosing class:
AbstractMethodAnnotationPostProcessor<T extends Annotation>

protected static record AbstractMethodAnnotationPostProcessor.BeanDefinitionPropertiesMapper(BeanDefinition beanDefinition, List<Annotation> annotations) extends Record
  • Constructor Details

    • BeanDefinitionPropertiesMapper

      protected BeanDefinitionPropertiesMapper(BeanDefinition beanDefinition, List<Annotation> annotations)
      Creates an instance of a BeanDefinitionPropertiesMapper record class.
      Parameters:
      beanDefinition - the value for the beanDefinition record component
      annotations - the value for the annotations record component
  • Method Details