Package | Description |
---|---|
net.sf.mmm.util.bean.impl.mapping | |
net.sf.mmm.util.pojo.base |
Provides the base-implementation of the
Pojo API. |
net.sf.mmm.util.pojo.impl.spring | |
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 . |
Modifier and Type | Field and Description |
---|---|
private PojoFactory |
GenericPojoBeanMapperImpl.pojoFactory |
Modifier and Type | Method and Description |
---|---|
protected PojoFactory |
GenericPojoBeanMapperImpl.getPojoFactory() |
Modifier and Type | Method and Description |
---|---|
void |
GenericPojoBeanMapperImpl.setPojoFactory(PojoFactory pojoFactory) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
PojoFactory |
UtilPojoSpringConfig.pojoFactory() |
Modifier and Type | Method and Description |
---|---|
PojoFactory |
PojoPathContext.getPojoFactory()
This method gets an optional
PojoFactory instance used if favor to the PojoFactory registered to
the PojoPathNavigator itself. |
Modifier and Type | Field and Description |
---|---|
private PojoFactory |
PojoPathContextBean.pojoFactory |
private PojoFactory |
AbstractPojoPathNavigator.pojoFactory |
Modifier and Type | Method and Description |
---|---|
PojoFactory |
PojoPathContextBean.getPojoFactory() |
protected PojoFactory |
AbstractPojoPathNavigator.getPojoFactory()
|
Modifier and Type | Method and Description |
---|---|
void |
PojoPathContextBean.setPojoFactory(PojoFactory pojoFactory)
This method sets the
pojo-factory . |
void |
AbstractPojoPathNavigator.setPojoFactory(PojoFactory pojoFactory)
This method sets the
PojoFactory to use . |
Modifier and Type | Field and Description |
---|---|
private PojoFactory |
AbstractValueConverterToCompatiblePojo.pojoFactory |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValueConverterToCompatiblePojo.setPojoFactory(PojoFactory pojoFactory)
This method sets the
PojoFactory instance to used to create new instances of POJOs. |
Copyright © 2001–2016 mmm-Team. All rights reserved.