JIDE 3.5.15

com.jidesoft.introspector
Class BeanIntrospectorContext

java.lang.Object
  extended by com.jidesoft.converter.AbstractContext
      extended by com.jidesoft.introspector.IntrospectorContext
          extended by 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

Field Summary
 
Fields inherited from class com.jidesoft.introspector.IntrospectorContext
DEFAULT_CONTEXT
 
Constructor Summary
BeanIntrospectorContext(String name)
          Deprecated.  
BeanIntrospectorContext(String name, Object object)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.jidesoft.converter.AbstractContext
equals, getName, getUserObject, hashCode, setName, setUserObject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanIntrospectorContext

public BeanIntrospectorContext(String name)
Deprecated. 

BeanIntrospectorContext

public BeanIntrospectorContext(String name,
                               Object object)
Deprecated. 

JIDE 3.5.15