IntrospectorFactory
instead.@Deprecated public interface BeanIntrospectorFactory extends IntrospectorFactory
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.Modifier and Type | Method and Description |
---|---|
BeanIntrospector |
create()
Deprecated.
|
BeanIntrospector create()
create
in interface IntrospectorFactory