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 TypeProxyMethods in org.glassfish.hk2.classmodel.reflect.impl that return TypeProxyModifier and TypeMethodDescriptionTypeProxy<?>FieldModelImpl.getTypeProxy()TypeProxy<?>ParameterImpl.getTypeProxy()TypeProxy<?>ParameterizedTypeImpl.getTypeProxy()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) voidTypeProxy<?>voidFieldModelImpl.setTypeProxy(TypeProxy typeProxy) voidParameterImpl.setTypeProxy(TypeProxy<?> typeProxy) voidParameterizedTypeImpl.setTypeProxy(TypeProxy<?> 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) EnumTypeImpl(String name, TypeProxy<Type> sink, TypeProxy parent) ExtensibleTypeImpl(String name, TypeProxy<Type> sink, TypeProxy parent) FieldModelImpl(String name, TypeProxy typeProxy, ExtensibleType declaringType) InterfaceModelImpl(String name, TypeProxy<Type> sink, TypeProxy parent) ParameterImpl(int index, String name, TypeProxy<?> typeProxy, MethodModel methodModel) ParameterizedTypeImpl(TypeProxy<?> type)