|
||||||||||
| 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 | |
|---|---|
java.util.Collection<T> |
allSubTypes()
Returns all the children subtypes (including grand children) of this type. |
java.util.Collection<InterfaceModel> |
getInterfaces()
Returns an unmodifiable list of interfaces implemented or extended by this type. |
java.util.Collection<ParameterizedInterfaceModel> |
getParameterizedInterfaces()
|
T |
getParent()
Return the parent type instance. |
java.util.Collection<FieldModel> |
getStaticFields()
Returns an unmodifiable list of static fields defined by this type |
java.util.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()
java.util.Collection<T> subTypes()
java.util.Collection<T> allSubTypes()
java.util.Collection<InterfaceModel> getInterfaces()
java.util.Collection<ParameterizedInterfaceModel> getParameterizedInterfaces()
java.util.Collection<FieldModel> getStaticFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||