|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl | |
| Uses of Type in org.glassfish.hk2.classmodel.reflect |
|---|
| Subinterfaces of Type in org.glassfish.hk2.classmodel.reflect | |
|---|---|
interface |
AnnotationType
Represents an annotation |
interface |
ClassModel
Model that represents a class |
interface |
ExtensibleType<T extends ExtensibleType>
An extensible type is a type that can be subclassed like an interface or a class. |
interface |
InterfaceModel
Represents an interface declaration. |
| Methods in org.glassfish.hk2.classmodel.reflect with type parameters of type Type | ||
|---|---|---|
|
Types.getBy(java.lang.Class<T> type,
java.lang.String name)
Returns a Model instance given a name |
|
| Methods in org.glassfish.hk2.classmodel.reflect that return Type | |
|---|---|
Type |
Types.getBy(java.lang.String name)
Returns a Type instance given a name |
| Methods in org.glassfish.hk2.classmodel.reflect that return types with arguments of type Type | |
|---|---|
java.util.Collection<Type> |
Types.getAllTypes()
Returns a unmodifiable list of collected types obtained during the parsing activity |
| Uses of Type in org.glassfish.hk2.classmodel.reflect.impl |
|---|
| Classes in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type Type | |
|---|---|
class |
TypeProxy<T extends Type>
Proxy for types, used in place until the type can be properly instantiated. |
| Classes in org.glassfish.hk2.classmodel.reflect.impl that implement Type | |
|---|---|
class |
AnnotationTypeImpl
Implementation of an annotation model |
class |
ClassModelImpl
Implementation of a class model |
class |
ExtensibleTypeImpl<T extends ExtensibleType>
Implementation of an extensible type (Class or Interface) |
class |
InterfaceModelImpl
Implementation of an interface model |
class |
TypeImpl
Implementation of the Type abstraction. |
| Methods in org.glassfish.hk2.classmodel.reflect.impl with type parameters of type Type | ||
|---|---|---|
static
|
TypeProxy.adapter(java.util.Collection<TypeProxy<U>> source)
|
|
|
TypesCtr.getBy(java.lang.Class<T> type,
java.lang.String name)
|
|
|
TypesImpl.getHolder(java.lang.String name,
java.lang.Class<T> type)
|
|
|
TypeBuilder.getHolder(java.lang.String name,
java.lang.Class<T> type)
|
|
|
TypesCtr.getHolder(java.lang.String name,
java.lang.Class<T> type)
|
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return Type | |
|---|---|
Type |
TypesCtr.getBy(java.lang.String name)
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type Type | ||
|---|---|---|
java.util.Collection<Type> |
TypesCtr.getAllTypes()
|
|
TypeProxy<Type> |
TypesCtr.getHolder(java.lang.String name)
|
|
|
TypesCtr.getHolder(java.lang.String name,
java.lang.Class<T> type)
|
|
java.util.List<Type> |
TypeProxy.getSubTypeRefs()
|
|
java.lang.Class<? extends Type> |
TypesImpl.getType(int access)
|
|
java.lang.Class<? extends Type> |
TypeBuilder.getType(int access)
|
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl with parameters of type Type | |
|---|---|
void |
TypeProxy.addSubTypeRef(Type subType)
|
| Constructor parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type Type | |
|---|---|
AnnotationTypeImpl(java.lang.String name,
TypeProxy<Type> sink)
|
|
ClassModelImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent)
|
|
ExtensibleTypeImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent)
|
|
InterfaceModelImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent)
|
|
TypeImpl(java.lang.String name,
TypeProxy<Type> sink)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||