public class BeanIntrospectorFactory
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static java.lang.String | DELEGATE_INTRO_CLASSClass of the optimizing delegate introspector. | 
| protected static BeanIntrospectorFactory | instanceThe factor instance | 
| protected static boolean | OPTIMIZE | 
| Modifier and Type | Method and Description | 
|---|---|
| IBeanIntrospector | getBeanIntrospector()Gets an introspector with default lru size. | 
| IBeanIntrospector | getBeanIntrospector(int lrusize)Gets an introspector. | 
| static BeanIntrospectorFactory | getInstance()Gets a factory instance. | 
protected static final boolean OPTIMIZE
protected static final java.lang.String DELEGATE_INTRO_CLASS
protected static volatile BeanIntrospectorFactory instance
public static BeanIntrospectorFactory getInstance()
public IBeanIntrospector getBeanIntrospector()
public IBeanIntrospector getBeanIntrospector(int lrusize)