Interface ClassModel
-
- All Superinterfaces:
AnnotatedElement
,ExtensibleType<ClassModel>
,Type
- All Known Implementing Classes:
ClassModelImpl
public interface ClassModel extends ExtensibleType<ClassModel>
Model that represents a class
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<FieldModel>
getFields()
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes.-
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement
getAnnotation, getAnnotations, getName, shortDesc
-
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.ExtensibleType
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypes
-
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.Type
getDefiningURIs, getMethods, getReferences, wasDefinedIn
-
-
-
-
Method Detail
-
getFields
java.util.Collection<FieldModel> getFields()
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes.- Returns:
- collection of declared fields
-
-