Class SpringBeanNameToDotNameBuildItem


  • public final class SpringBeanNameToDotNameBuildItem
    extends io.quarkus.builder.item.SimpleBuildItem
    The purpose of this bean is to map the names of the Spring Beans to their associated DotName This info is needed when trying to convert SpEL expressions that reference beans by name, to bytecode
    • Constructor Detail

      • SpringBeanNameToDotNameBuildItem

        public SpringBeanNameToDotNameBuildItem​(Map<String,​org.jboss.jandex.DotName> map)
    • Method Detail

      • getMap

        public Map<String,​org.jboss.jandex.DotName> getMap()