com.jidesoft.introspector
Class BeanIntrospectorContext
java.lang.Object
com.jidesoft.converter.AbstractContext
com.jidesoft.introspector.IntrospectorContext
com.jidesoft.introspector.BeanIntrospectorContext
- All Implemented Interfaces:
- Serializable
Deprecated. Please use IntrospectorContext
instead.
@Deprecated
public class BeanIntrospectorContext
- extends IntrospectorContext
The introspector context is used by BeanIntrospectorManager so that for the same type, different bean introspector
can be registered since the BeanIntrospectorContext is different.
- See Also:
- Serialized Form
BeanIntrospectorContext
public BeanIntrospectorContext(String name)
- Deprecated.
BeanIntrospectorContext
public BeanIntrospectorContext(String name,
Object object)
- Deprecated.