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
Methods in org.glassfish.hk2.classmodel.reflect.impl that return TypeProxy Modifier and Type Method Description TypeProxy
TypeBuilder. getHolder(String name)
<T extends Type>
TypeProxy<T>TypeBuilder. getHolder(String name, Class<T> type)
TypeProxy<Type>
TypesCtr. getHolder(String name)
<T extends Type>
TypeProxy<Type>TypesCtr. getHolder(String name, Class<T> type)
TypeProxy
TypesImpl. getHolder(String name)
<T extends Type>
TypeProxy<T>TypesImpl. getHolder(String name, Class<T> type)
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(String name, TypeProxy type, ExtensibleType declaringType)
FieldModelImpl
TypesImpl. getFieldModel(String name, TypeProxy type, ExtensibleType declaringType)
TypeImpl
TypeBuilder. getType(int access, String name, TypeProxy parent)
TypeImpl
TypesImpl. getType(int access, String name, TypeProxy parent)
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>
Collection<U>TypeProxy. adapter(Collection<TypeProxy<U>> source)
Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type TypeProxy Constructor Description AnnotationTypeImpl(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)
TypeImpl(String name, TypeProxy<Type> sink)
-