|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
org.glassfish.hk2.classmodel.reflect.impl.TypeImpl
org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl<ClassModel>
org.glassfish.hk2.classmodel.reflect.impl.ClassModelImpl
public class ClassModelImpl
Implementation of a class model
| Constructor Summary | |
|---|---|
ClassModelImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent)
|
|
| Method Summary | |
|---|---|
java.util.Collection<FieldModel> |
getFields()
Returns an unmodifiable collection of fields models that represent all the declared fields of this classes. |
protected void |
print(java.lang.StringBuffer sb)
prints a meaningful string |
| Methods inherited from class org.glassfish.hk2.classmodel.reflect.impl.ExtensibleTypeImpl |
|---|
allSubTypes, getInterfaces, getParameterizedInterfaces, getParent, getStaticFields, setParent, subTypes |
| Methods inherited from class org.glassfish.hk2.classmodel.reflect.impl.TypeImpl |
|---|
getDefiningURIs, getMethods, getReferences, wasDefinedIn |
| Methods inherited from class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl |
|---|
getAnnotation, getAnnotations, getName, shortDesc, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public ClassModelImpl(java.lang.String name,
TypeProxy<Type> sink,
TypeProxy parent)
| Method Detail |
|---|
public java.util.Collection<FieldModel> getFields()
ClassModel
getFields in interface ClassModelprotected void print(java.lang.StringBuffer sb)
ExtensibleTypeImpl
print in class ExtensibleTypeImpl<ClassModel>sb - the string buffer to write to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||