com.bm.introspectors
Class IntrospectorFactory

java.lang.Object
  extended by com.bm.introspectors.IntrospectorFactory

public final class IntrospectorFactory
extends java.lang.Object


Method Summary
static IIntrospector<?> createIntrospector(java.lang.Class forClass)
          returns the right introspector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createIntrospector

public static IIntrospector<?> createIntrospector(java.lang.Class forClass)
returns the right introspector.

Parameters:
forClass - the right one for the class
Returns:
the introspector for the class.
Since:
Jul 19, 2007


Copyright © 2008. All Rights Reserved.