|
||||||||||
| 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 |
AnnotationModel
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 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 that implement Type | |
|---|---|
class |
AnnotationModelImpl
Implementation of an annoation 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 | ||
|---|---|---|
|
TypeProxy.set(U value)
|
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return Type | |
|---|---|
Type |
TypeProxy.get()
|
| Methods in org.glassfish.hk2.classmodel.reflect.impl that return types with arguments of type Type | |
|---|---|
java.util.Collection<Type> |
TypesImpl.getAllTypes()
|
java.util.Set<Type> |
TypeProxy.getSubTypeRefs()
|
| Constructor parameters in org.glassfish.hk2.classmodel.reflect.impl with type arguments of type Type | |
|---|---|
TypeProxy(TypeProxy.Notifier<Type> notifier,
java.lang.String name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||