Uses of Class
io.inverno.core.compiler.spi.QualifiedName
Packages that use QualifiedName
-
Uses of QualifiedName in io.inverno.core.compiler.spi
Subclasses of QualifiedName in io.inverno.core.compiler.spiModifier and TypeClassDescriptionclassA qualified name identifying a bean.classA qualified name identifying a bean socket.classA qualified name identifying a module.Methods in io.inverno.core.compiler.spi that return QualifiedNameModifier and TypeMethodDescriptionInfo.getQualifiedName()Returns the qualified name identifying the info. -
Uses of QualifiedName in io.inverno.core.compiler.spi.support
Classes in io.inverno.core.compiler.spi.support with type parameters of type QualifiedNameModifier and TypeClassDescriptionclassAbstractInfo<E extends QualifiedName>BaseInfoimplementation.Fields in io.inverno.core.compiler.spi.support with type parameters of type QualifiedNameModifier and TypeFieldDescriptionprotected Map<QualifiedName,String> AbstractSourceGenerationContext.fieldNamesThe map of field names used to avoid duplicates.Methods in io.inverno.core.compiler.spi.support with parameters of type QualifiedNameModifier and TypeMethodDescriptionAbstractSourceGenerationContext.getFieldName(QualifiedName qName) Returns a unique field name corresponding to the specified qualified name.