public interface ClassModel extends ExtensibleType<ClassModel>
Modifier and Type | Method and Description |
---|---|
Collection<FieldModel> |
getFields()
Returns an unmodifiable collection of fields models that represent
all the declared fields of this classes.
|
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, subTypes
getDefiningURIs, getMethods, getReferences, wasDefinedIn
getAnnotation, getAnnotations, getName, shortDesc
Collection<FieldModel> getFields()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.