com.redspr.beanldom
Class ClassInfoFactory

java.lang.Object
  |
  +--com.redspr.beanldom.ClassInfoFactory

public final class ClassInfoFactory
extends Object

Store for mapping from Class to ClassInfo. Also resolves how to create new mapping XXX make implementation independant

Author:
Sam Hough

Constructor Summary
ClassInfoFactory()
           
 
Method Summary
static ClassInfo get(Class clazz)
          Find or create a ClassInfo object relating to a particular Class.
static boolean isValue(Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassInfoFactory

public ClassInfoFactory()
Method Detail

get

public static ClassInfo get(Class clazz)
Find or create a ClassInfo object relating to a particular Class.


isValue

public static boolean isValue(Class clazz)