to.etc.util
Class ClassUtilCached.ClassInfo

java.lang.Object
  extended by to.etc.util.ClassUtilCached.ClassInfo
Enclosing class:
ClassUtilCached

@Immutable
public static class ClassUtilCached.ClassInfo
extends java.lang.Object


Method Summary
 PropertyInfo findProperty(java.lang.String name)
           
 java.util.List<PropertyInfo> getPropertyList()
           
 java.util.Map<java.lang.String,PropertyInfo> getPropertyMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPropertyList

@Nonnull
public java.util.List<PropertyInfo> getPropertyList()

getPropertyMap

@Nonnull
public java.util.Map<java.lang.String,PropertyInfo> getPropertyMap()

findProperty

@Nullable
public PropertyInfo findProperty(java.lang.String name)