|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoFactory | |
|---|---|
| net.sf.mmm.util.pojo.base | Provides the base-implementation of the
Pojo API. |
| net.sf.mmm.util.pojo.path.api | Provides the API for navigating a
PojoPath. |
| net.sf.mmm.util.pojo.path.base | Contains the base-implementation of the
PojoPath API. |
| net.sf.mmm.util.value.impl | Contains the implementation of the
Value-Util API. |
| Uses of PojoFactory in net.sf.mmm.util.pojo.base |
|---|
| Classes in net.sf.mmm.util.pojo.base that implement PojoFactory | |
|---|---|
class |
DefaultPojoFactory
This is the default implementation of the PojoFactory interface. |
class |
GuessingPojoFactory
This is the default implementation of the PojoFactory interface. |
class |
SimplePojoFactory
This is the simplest implementation of the PojoFactory interface. |
| Uses of PojoFactory in net.sf.mmm.util.pojo.path.api |
|---|
| Methods in net.sf.mmm.util.pojo.path.api that return PojoFactory | |
|---|---|
PojoFactory |
PojoPathContext.getPojoFactory()
This method gets an optional PojoFactory instance used if favor to
the PojoFactory registered to the PojoPathNavigator itself. |
| Uses of PojoFactory in net.sf.mmm.util.pojo.path.base |
|---|
| Fields in net.sf.mmm.util.pojo.path.base declared as PojoFactory | |
|---|---|
private PojoFactory |
AbstractPojoPathNavigator.pojoFactory
|
private PojoFactory |
PojoPathContextBean.pojoFactory
|
| Methods in net.sf.mmm.util.pojo.path.base that return PojoFactory | |
|---|---|
protected PojoFactory |
AbstractPojoPathNavigator.getPojoFactory()
This method gets the PojoFactory instance used to
create new
Pojos. |
PojoFactory |
PojoPathContextBean.getPojoFactory()
This method gets an optional PojoFactory instance used if favor to
the PojoFactory registered to the PojoPathNavigator itself. |
| Methods in net.sf.mmm.util.pojo.path.base with parameters of type PojoFactory | |
|---|---|
void |
AbstractPojoPathNavigator.setPojoFactory(PojoFactory pojoFactory)
This method sets the PojoFactory to use. |
void |
PojoPathContextBean.setPojoFactory(PojoFactory pojoFactory)
This method sets the pojo-factory. |
| Uses of PojoFactory in net.sf.mmm.util.value.impl |
|---|
| Fields in net.sf.mmm.util.value.impl declared as PojoFactory | |
|---|---|
private PojoFactory |
ValueConverterToCompatiblePojo.pojoFactory
|
| Methods in net.sf.mmm.util.value.impl with parameters of type PojoFactory | |
|---|---|
void |
ValueConverterToCompatiblePojo.setPojoFactory(PojoFactory pojoFactory)
This method sets the PojoFactory instance to used to create new
instances of POJOs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||