org.glassfish.hk2.classmodel.reflect
Interface ClassModel

All Superinterfaces:
AnnotatedElement, ExtensibleType<ClassModel>, Type
All Known Implementing Classes:
ClassModelImpl

public interface ClassModel
extends ExtensibleType<ClassModel>

Model that represents a class

Author:
Jerome Dochez

Method Summary
 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.ExtensibleType
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypes
 
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

getFields

Collection<FieldModel> getFields()
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes.

Returns:
collection of declared fields


Copyright © 2013 Oracle Corporation. All Rights Reserved.