|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- parent type which is always the same as the child type
(classes extends classes, interfaces extends interfaces...)public interface ExtensibleType<T extends ExtensibleType>
An extensible type is a type that can be subclassed like an interface or a class.
Method Summary | |
---|---|
Collection<T> |
allSubTypes()
Returns all the children subtypes (including grand children) of this type. |
Collection<InterfaceModel> |
getInterfaces()
Returns an unmodifiable list of interfaces implemented or extended by this type. |
Collection<ParameterizedInterfaceModel> |
getParameterizedInterfaces()
|
T |
getParent()
Return the parent type instance. |
Collection<FieldModel> |
getStaticFields()
Returns an unmodifiable list of static fields defined by this type |
Collection<T> |
subTypes()
Returns the child subtypes of this type. |
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.Type |
---|
getDefiningURIs, getMethods, getReferences, wasDefinedIn |
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement |
---|
getAnnotation, getAnnotations, getName, shortDesc |
Method Detail |
---|
T getParent()
Collection<T> subTypes()
Collection<T> allSubTypes()
Collection<InterfaceModel> getInterfaces()
Collection<ParameterizedInterfaceModel> getParameterizedInterfaces()
Collection<FieldModel> getStaticFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |