com.jidesoft.introspector
Interface BeanIntrospectorFactory
- All Superinterfaces:
- IntrospectorFactory
Deprecated. Please use IntrospectorFactory
instead.
@Deprecated
public interface BeanIntrospectorFactory
- extends IntrospectorFactory
Interfaces used by IntrospectorManager
to create a BeanIntrospector using the factory pattern. The purpose of
this factory is to make sure a new instance of BeanIntrospector is created every time when asking
BeanIntrospectorManager for one.
create
BeanIntrospector create()
- Deprecated.
- Specified by:
create
in interface IntrospectorFactory