|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoDescriptorImpl | |
|---|---|
| net.sf.mmm.util.pojo.descriptor.base | Contains the basic implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.descriptor.impl | Contains the implementation of the
Introspection-API. |
| Uses of PojoDescriptorImpl in net.sf.mmm.util.pojo.descriptor.base |
|---|
| Fields in net.sf.mmm.util.pojo.descriptor.base with type parameters of type PojoDescriptorImpl | |
|---|---|
private Map<GenericType<?>,PojoDescriptorImpl<?>> |
AbstractPojoDescriptorBuilder.pojoMap
|
| Methods in net.sf.mmm.util.pojo.descriptor.base that return PojoDescriptorImpl | ||
|---|---|---|
protected abstract
|
AbstractPojoDescriptorBuilder.createDescriptor(GenericType<POJO> pojoType)
This method creates the pojo descriptor
for the given pojoType. |
|
|
AbstractPojoDescriptorBuilder.getDescriptor(Class<POJO> pojoClass)
This method gets (or creates) the descriptor for the
given pojoClass. |
|
|
AbstractPojoDescriptorBuilder.getDescriptor(GenericType<POJO> pojoType)
This method gets (or creates) the descriptor for the
given pojoType. |
|
PojoDescriptorImpl<?> |
AbstractPojoDescriptorBuilder.getDescriptor(Type pojoType)
This method gets (or creates) the descriptor for the
given pojoType. |
|
| Uses of PojoDescriptorImpl in net.sf.mmm.util.pojo.descriptor.impl |
|---|
| Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoDescriptorImpl | ||
|---|---|---|
protected
|
PojoDescriptorBuilderImpl.createDescriptor(GenericType<P> pojoType)
This method creates the pojo descriptor
for the given pojoType. |
|
| Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoDescriptorImpl | |
|---|---|
protected boolean |
PojoDescriptorBuilderImpl.registerAccessor(PojoDescriptorImpl<?> descriptor,
PojoPropertyAccessor accessor)
This method registers the given accessor for the given
descriptor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||