Uses of Interface
org.glassfish.hk2.classmodel.reflect.impl.TypeBuilder
-
Packages that use TypeBuilder Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of TypeBuilder in org.glassfish.hk2.classmodel.reflect
Fields in org.glassfish.hk2.classmodel.reflect with type parameters of type TypeBuilder Modifier and Type Field Description (package private) java.util.Map<java.net.URI,TypeBuilder>
ParsingContext. builders
Methods in org.glassfish.hk2.classmodel.reflect that return TypeBuilder Modifier and Type Method Description TypeBuilder
ParsingContext. getTypeBuilder(java.net.URI definingURI)
-
Uses of TypeBuilder in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl that implement TypeBuilder Modifier and Type Class Description class
TypesImpl
Results of a parsing activity, all java resources are inventoried in three main categories : classes, interfaces and annotations with cross referencesFields in org.glassfish.hk2.classmodel.reflect.impl declared as TypeBuilder Modifier and Type Field Description private TypeBuilder
ModelClassVisitor. typeBuilder
private TypeBuilder
SignatureVisitorImpl. typeBuilder
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeBuilder Constructor Description SignatureVisitorImpl(TypeBuilder typeBuilder)
-