public interface PojoDescriptorBuilder
get
(or create) the descriptor
for
a given Pojo
. Introspector
or
commons-beanutils.PojoDescriptor
Modifier and Type | Method and Description |
---|---|
<POJO> PojoDescriptor<POJO> |
getDescriptor(Class<POJO> pojoClass)
This method gets (or creates) the
descriptor for the given pojoClass . |
<POJO> PojoDescriptor<POJO> |
getDescriptor(GenericType<POJO> pojoType)
This method gets (or creates) the
descriptor for the given pojoType . |
PojoDescriptor<?> |
getDescriptor(Type pojoType)
This method gets (or creates) the
descriptor for the given pojoType . |
Map<String,Object> |
pojo2Map(Object pojo)
|
<POJO> PojoDescriptor<POJO> getDescriptor(Class<POJO> pojoClass)
descriptor
for the given pojoClass
.PojoDescriptor<?> getDescriptor(Type pojoType)
descriptor
for the given pojoType
.pojoType
- is the Type
reflecting the Pojo
to introspect.pojoType
.getDescriptor(GenericType)
<POJO> PojoDescriptor<POJO> getDescriptor(GenericType<POJO> pojoType)
descriptor
for the given pojoType
.POJO
- is the templated type of the pojoType
.pojoType
- is the GenericType
reflecting the Pojo
to introspect.pojoType
.Copyright © 2001–2016 mmm-Team. All rights reserved.