|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.util.ClassInfo
@Immutable public final class ClassInfo
Cached information on class properties detected in ClassUtil.
Constructor Summary | |
---|---|
ClassInfo(java.lang.Class<?> theClass,
java.util.List<PropertyInfo> prop)
|
Method Summary | |
---|---|
PropertyInfo |
findProperty(java.lang.String name)
|
java.util.List<PropertyInfo> |
getProperties()
|
java.lang.Class<?> |
getTheClass()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassInfo(java.lang.Class<?> theClass, java.util.List<PropertyInfo> prop)
Method Detail |
---|
public java.lang.Class<?> getTheClass()
public java.util.List<PropertyInfo> getProperties()
public PropertyInfo findProperty(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |