POJO
- is the templated type of the POJO
.public class PojoDescriptorImpl<POJO> extends AbstractPojoDescriptorImpl<POJO>
PojoDescriptor
interface.Constructor and Description |
---|
PojoDescriptorImpl(GenericType<POJO> pojoType,
PojoDescriptorBuilder pojoDescriptorBuilder)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
POJO |
newInstance()
Creates a new instance.
|
addPropertyDescriptor, getAccessor, getOrCreatePropertyDescriptor, getPropertyDescriptor, getPropertyDescriptors
addPropertyItem, getAccessor, getPojoClass, getPojoDescriptorBuilder, getPojoType, getProperty, getProperty, getPropertyDescriptor, getPropertyItem, getPropertySize, removePropertyItem, setProperty, setProperty, setPropertyItem, toString
public PojoDescriptorImpl(GenericType<POJO> pojoType, PojoDescriptorBuilder pojoDescriptorBuilder)
pojoType
- is the pojo-type
.pojoDescriptorBuilder
- is the PojoDescriptorBuilder
.public POJO newInstance()
PojoDescriptor
new instance
of the POJO
.Copyright © 2001–2016 mmm-Team. All rights reserved.