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. parentTypeProxyModelBuilder. parent(package private) TypeProxyModelClassVisitor.ClassVisitingContext. parent(package private) TypeProxy<InterfaceModel>ParameterizedInterfaceModelImpl. rawInterfaceTypeProxyModelBuilder. sinkprivate TypeProxy<Type>TypeImpl. sink(package private) TypeProxyFieldModelImpl. typeFields 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. implementedIntfprivate java.util.Stack<TypeProxy>TypesCtr. nonVisitedStack 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. storageStorage indexed by TYPE : interface | class | annotation and then by name.private java.util.concurrent.ConcurrentMap<java.lang.String,TypeProxy<Type>>TypesCtr. unknownTypesStorageMap 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 TypeProxyTypeBuilder. 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)TypeProxyTypesImpl. 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 FieldModelImplTypeBuilder. getFieldModel(java.lang.String name, TypeProxy type, ExtensibleType declaringType)FieldModelImplTypesImpl. getFieldModel(java.lang.String name, TypeProxy type, ExtensibleType declaringType)TypeImplTypeBuilder. getType(int access, java.lang.String name, TypeProxy parent)TypeImplTypesImpl. getType(int access, java.lang.String name, TypeProxy parent)(package private) voidExtensibleTypeImpl. isImplementing(TypeProxy<InterfaceModel> intf)voidTypesCtr.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)
-