Interface | Description |
---|---|
Pojo |
This interface is only used for documentation of what is meant by the term POJO:
A POJO is a shortcut for Plain Old Java Object and simply means any Java object containing or providing data. |
PojoFactory |
This is the interface for a generic factory used to
create new instances of
Pojo s. |
PojoUtil |
This is the interface for a collection of utility functions to deal with
POJOs . |
Pojo
s.
GenericType
for further details). Introspector
for java-beans or
commons-beanutils, you can use the advanced introspection offered
by PojoDescriptorBuilder
. Pojo
based on a PojoPath
(similar to XPath for
XML) using the PojoPathNavigator
. Pojo
s is offered by the
PojoFactory
.Copyright © 2001–2016 mmm-Team. All rights reserved.