Uses of Class
org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
Packages that use TypeProxy
-
Uses of TypeProxy in org.glassfish.hk2.classmodel.reflect.impl
Fields in org.glassfish.hk2.classmodel.reflect.impl declared as TypeProxyModifier and TypeFieldDescriptionprivate TypeProxy
<?> ExtensibleTypeImpl.parent
final TypeProxy
ModelBuilder.parent
(package private) TypeProxy
ModelClassVisitor.ClassVisitingContext.parent
(package private) final TypeProxy
<InterfaceModel> ParameterizedInterfaceModelImpl.rawInterface
final TypeProxy
ModelBuilder.sink
TypeImpl.sink
(package private) final TypeProxy
FieldModelImpl.type
Fields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type TypeProxyModifier and TypeFieldDescriptionprivate final List
<TypeProxy<InterfaceModel>> ExtensibleTypeImpl.implementedIntf
TypesCtr.nonVisited
Stack on type proxy as they have been instantiated in FILO order.private final ConcurrentMap
<Class, ConcurrentMap<String, TypeProxy<Type>>> TypesCtr.storage
Storage indexed by TYPE : interface | class | annotation and then by name.private final ConcurrentMap
<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 TypeProxyModifier and TypeMethodDescriptionTypeImpl.getProxy()
ParameterizedInterfaceModelImpl.getRawInterfaceProxy()
TypeProxy
<?> Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeProxyModifier and TypeMethodDescriptionTypeBuilder.getFieldModel
(String name, TypeProxy type, ExtensibleType declaringType) TypesImpl.getFieldModel
(String name, TypeProxy type, ExtensibleType declaringType) (package private) void
ExtensibleTypeImpl.isImplementing
(TypeProxy<InterfaceModel> intf) void
TypeProxy
<?> Method parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type TypeProxyModifier and TypeMethodDescriptionstatic <U extends Type>
Collection<U> TypeProxy.adapter
(Collection<TypeProxy<U>> source) Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeProxyModifierConstructorDescriptionAnnotationTypeImpl
(String name, TypeProxy<Type> sink) ClassModelImpl
(String name, TypeProxy<Type> sink, TypeProxy parent) ExtensibleTypeImpl
(String name, TypeProxy<Type> sink, TypeProxy parent) FieldModelImpl
(String name, TypeProxy type, ExtensibleType declaringType) InterfaceModelImpl
(String name, TypeProxy<Type> sink, TypeProxy parent) ModelBuilder
(String name, TypeProxy sink, URI definingURI, TypeProxy parent) (package private)
ParameterizedInterfaceModelImpl
(TypeProxy<InterfaceModel> rawInterface)