Uses of Class
org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
-
Packages that use TypeProxy Package Description org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of TypeProxy in org.glassfish.hk2.classmodel.reflect.impl
Fields in org.glassfish.hk2.classmodel.reflect.impl declared as TypeProxy Modifier and Type Field Description private TypeProxy<?>
ExtensibleTypeImpl. parent
TypeProxy
ModelBuilder. parent
(package private) TypeProxy
ModelClassVisitor.ClassVisitingContext. parent
(package private) TypeProxy<InterfaceModel>
ParameterizedInterfaceModelImpl. rawInterface
TypeProxy
ModelBuilder. sink
private TypeProxy<Type>
TypeImpl. sink
(package private) TypeProxy
FieldModelImpl. type
Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type TypeProxy Modifier and Type Field Description private java.util.List<TypeProxy<InterfaceModel>>
ExtensibleTypeImpl. implementedIntf
private java.util.Stack<TypeProxy>
TypesCtr. nonVisited
Stack on type proxy as they have been instantiated in FILO order.private java.util.concurrent.ConcurrentMap<java.lang.Class,java.util.concurrent.ConcurrentMap<java.lang.String,TypeProxy<Type>>>
TypesCtr. storage
Storage indexed by TYPE : interface | class | annotation and then by name.private java.util.concurrent.ConcurrentMap<java.lang.String,TypeProxy<Type>>
TypesCtr. unknownTypesStorage
Map of encountered types which we don't know if it is an interface, class or annotationMethods in org.glassfish.hk2.classmodel.reflect.impl that return TypeProxy Modifier and Type Method Description TypeProxy
TypeBuilder. getHolder(java.lang.String name)
<T extends Type>
TypeProxy<T>TypeBuilder. getHolder(java.lang.String name, java.lang.Class<T> type)
TypeProxy<Type>
TypesCtr. getHolder(java.lang.String name)
<T extends Type>
TypeProxy<Type>TypesCtr. getHolder(java.lang.String name, java.lang.Class<T> type)
TypeProxy
TypesImpl. getHolder(java.lang.String name)
<T extends Type>
TypeProxy<T>TypesImpl. getHolder(java.lang.String name, java.lang.Class<T> type)
(package private) TypeProxy<Type>
TypeImpl. getProxy()
TypeProxy<InterfaceModel>
ParameterizedInterfaceModelImpl. getRawInterfaceProxy()
TypeProxy<?>
ExtensibleTypeImpl. setParent(TypeProxy<?> parent)
Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeProxy Modifier and Type Method Description FieldModelImpl
TypeBuilder. getFieldModel(java.lang.String name, TypeProxy type, ExtensibleType declaringType)
FieldModelImpl
TypesImpl. getFieldModel(java.lang.String name, TypeProxy type, ExtensibleType declaringType)
TypeImpl
TypeBuilder. getType(int access, java.lang.String name, TypeProxy parent)
TypeImpl
TypesImpl. getType(int access, java.lang.String name, TypeProxy parent)
(package private) void
ExtensibleTypeImpl. isImplementing(TypeProxy<InterfaceModel> intf)
void
TypesCtr.ProxyTask. on(TypeProxy<?> proxy)
TypeProxy<?>
ExtensibleTypeImpl. setParent(TypeProxy<?> parent)
Method parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type TypeProxy Modifier and Type Method Description static <U extends Type>
java.util.Collection<U>TypeProxy. adapter(java.util.Collection<TypeProxy<U>> source)
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeProxy Constructor Description AnnotationTypeImpl(java.lang.String name, TypeProxy<Type> sink)
ClassModelImpl(java.lang.String name, TypeProxy<Type> sink, TypeProxy parent)
ExtensibleTypeImpl(java.lang.String name, TypeProxy<Type> sink, TypeProxy parent)
FieldModelImpl(java.lang.String name, TypeProxy type, ExtensibleType declaringType)
InterfaceModelImpl(java.lang.String name, TypeProxy<Type> sink, TypeProxy parent)
ModelBuilder(java.lang.String name, TypeProxy sink, java.net.URI definingURI, TypeProxy parent)
ParameterizedInterfaceModelImpl(TypeProxy<InterfaceModel> rawInterface)
TypeImpl(java.lang.String name, TypeProxy<Type> sink)
-