Uses of Interface
org.glassfish.hk2.classmodel.reflect.ExtensibleType
-
Packages that use ExtensibleType Package Description org.glassfish.hk2.classmodel.reflect org.glassfish.hk2.classmodel.reflect.impl -
-
Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect
Classes in org.glassfish.hk2.classmodel.reflect with type parameters of type ExtensibleType Modifier and Type Interface Description interfaceExtensibleType<T extends ExtensibleType>An extensible type is a type that can be subclassed like an interface or a class.Subinterfaces of ExtensibleType in org.glassfish.hk2.classmodel.reflect Modifier and Type Interface Description interfaceAnnotationTypeRepresents an annotationinterfaceClassModelModel that represents a classinterfaceInterfaceModelRepresents an interface declaration.Methods in org.glassfish.hk2.classmodel.reflect that return ExtensibleType Modifier and Type Method Description ExtensibleTypeFieldModel. getDeclaringType()Returns the declaring type of this field, which is a class.ExtensibleType<?>Member. getDeclaringType()return the type declaring this memberExtensibleType<?>MethodModel. getDeclaringType()Returns the class or interface model this method belongs to.ExtensibleTypeFieldModel. getType()Returns the declared type of the fieldExtensibleType<?>Parameter. getType()Returns the parameter type -
Uses of ExtensibleType in org.glassfish.hk2.classmodel.reflect.impl
Classes in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type ExtensibleType Modifier and Type Class Description classExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)Classes in org.glassfish.hk2.classmodel.reflect.impl that implement ExtensibleType Modifier and Type Class Description classAnnotationTypeImplImplementation of an annotation modelclassClassModelImplImplementation of a class modelclassExtensibleTypeImpl<T extends ExtensibleType>Implementation of an extensible type (Class or Interface)classInterfaceModelImplImplementation of an interface modelFields in org.glassfish.hk2.classmodel.reflect.impl declared as ExtensibleType Modifier and Type Field Description private ExtensibleTypeFieldModelImpl. declaringType(package private) ExtensibleType<?>MethodModelImpl. ownerMethods in org.glassfish.hk2.classmodel.reflect.impl that return ExtensibleType Modifier and Type Method Description ExtensibleTypeFieldModelImpl. getDeclaringType()ExtensibleType<?>MethodModelImpl. getDeclaringType()ExtensibleTypeFieldModelImpl. getType()Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType 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)Constructors in org.glassfish.hk2.classmodel.reflect.impl with parameters of type ExtensibleType Constructor Description FieldModelImpl(java.lang.String name, TypeProxy type, ExtensibleType declaringType)MethodModelImpl(java.lang.String name, ExtensibleType owner, java.lang.String signature)
-