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.parentfinal TypeProxyModelBuilder.parent(package private) TypeProxyModelClassVisitor.ClassVisitingContext.parent(package private) final TypeProxy<InterfaceModel> ParameterizedInterfaceModelImpl.rawInterfacefinal TypeProxyModelBuilder.sinkTypeImpl.sink(package private) final TypeProxyFieldModelImpl.typeFields in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type TypeProxyModifier and TypeFieldDescriptionprivate final List<TypeProxy<InterfaceModel>> ExtensibleTypeImpl.implementedIntfTypesCtr.nonVisitedStack on type proxy as they have been instantiated in FILO order.private final ConcurrentMap<Class, ConcurrentMap<String, TypeProxy<Type>>> TypesCtr.storageStorage indexed by TYPE : interface | class | annotation and then by name.private final ConcurrentMap<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 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) voidExtensibleTypeImpl.isImplementing(TypeProxy<InterfaceModel> intf) voidTypeProxy<?> 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)