JIDE 3.5.15

com.jidesoft.introspector
Interface IntrospectorFactory

All Known Subinterfaces:
BeanIntrospectorFactory

public interface IntrospectorFactory

Interfaces used by IntrospectorManager to create an Introspector using the factory pattern. The purpose of this factory is to make sure a new instance of Introspector is created every time when asking IntrospectorManager for one.


Method Summary
 Introspector create()
           
 

Method Detail

create

Introspector create()

JIDE 3.5.15