Uses of Class
io.inverno.core.compiler.spi.BeanQualifiedName
Packages that use BeanQualifiedName
-
Uses of BeanQualifiedName in io.inverno.core.compiler.spi
Methods in io.inverno.core.compiler.spi that return BeanQualifiedNameModifier and TypeMethodDescriptionBeanSocketQualifiedName.getBeanQName()Returns the name of the bean defining the socket.BeanInfo.getQualifiedName()Returns the bean qualified name.SocketBeanInfo.getWiredBeans()Returns the qualified names of all the beans defined in the enclosing directly or indirectly wired to the socket.static BeanQualifiedNameCreates a bean qualified name from the specified raw value of the formModuleQualifiedName():<beanName>where<beanName>is a valid Java name.Constructors in io.inverno.core.compiler.spi with parameters of type BeanQualifiedNameModifierConstructorDescriptionBeanSocketQualifiedName(BeanQualifiedName beanQName, String name)Creates a bean socket qualified name from the specified bean qualified name and socket name.