com.jidesoft.introspector
Class BeanIntrospectorManager
java.lang.Object
com.jidesoft.introspector.IntrospectorManager
com.jidesoft.introspector.BeanIntrospectorManager
Deprecated. Please use IntrospectorManager
instead.
@Deprecated
public class BeanIntrospectorManager
- extends IntrospectorManager
A global object that can register BeanIntrospector with a type and a IntrospectorContext.
Methods inherited from class com.jidesoft.introspector.IntrospectorManager |
addRegistrationListener, getBeanIntrospector, getBeanIntrospector, getIntrospector, getIntrospector, getIntrospectorContexts, getRegistrationListeners, initDefaultBeanIntrospector, initDefaultIntrospector, registerBeanIntrospector, registerBeanIntrospector, registerBeanIntrospector, registerBeanIntrospector, registerIntrospector, registerIntrospector, registerIntrospector, registerIntrospector, removeRegistrationListener, unregisterAllIntrospectors, unregisterAllIntrospectors, unregisterBeanIntrospector, unregisterBeanIntrospector, unregisterIntrospector, unregisterIntrospector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanIntrospectorManager
public BeanIntrospectorManager()
- Deprecated.