|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReflectiveDataProvider | |
com.docmosis.template.population |
Uses of ReflectiveDataProvider in com.docmosis.template.population |
Subclasses of ReflectiveDataProvider in com.docmosis.template.population | |
class |
ReflectiveCollectionDataProvider
|
Methods in com.docmosis.template.population that return ReflectiveDataProvider | |
static ReflectiveDataProvider |
DataProviderFactory.createDataProvider(Object delegate)
Create a Reflective data provider that extracts data from the given This data providers is forgiving (see ReflectiveDataProvider for more details). |
static ReflectiveDataProvider |
DataProviderFactory.createDataProvider(Object delegate,
boolean forgiving)
Create a Reflective data provider that extracts data from the given Object and is optionally forgiving (see ReflectiveDataProvider for more details). |
static ReflectiveDataProvider |
ReflectiveDataProvider.getInstance(Object delegate)
Obtain a new Reflective Data Provider that will pull data out of the given delegate. |
static ReflectiveDataProvider |
ReflectiveDataProvider.getWrappedInstance(Object delegate)
Obtain a new Reflective Data Provider that will pull data out of the given delegate. |
static ReflectiveDataProvider |
ReflectiveDataProvider.getInstance(Object delegate,
boolean forgiving)
obtain a new Reflective Data Provider that will pull data out of the given delegate. |
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |