Uses of Class
org.glassfish.hk2.classmodel.reflect.impl.TypeProxy
Packages that use TypeProxy
-
Uses of TypeProxy in org.glassfish.hk2.classmodel.reflect.impl
Methods in org.glassfish.hk2.classmodel.reflect.impl that return TypeProxyMethods 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) 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)