| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoPojoMethodIntrospector
This is a dummy implementation of the
PojoMethodIntrospector interface that never finds any method. |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoMethodIntrospectorImpl
This is the implementation of the
PojoMethodIntrospector interface. |
| Modifier and Type | Field and Description |
|---|---|
private PojoMethodIntrospector |
PojoDescriptorBuilderImpl.methodIntrospector |
| Modifier and Type | Method and Description |
|---|---|
protected PojoMethodIntrospector |
PojoDescriptorBuilderImpl.getMethodIntrospector()
This method gets the introspector used to find potential
methods for accessing properties of a
POJO. |
| Modifier and Type | Method and Description |
|---|---|
void |
PojoDescriptorBuilderImpl.setMethodIntrospector(PojoMethodIntrospector introspector)
This method sets the
method-introspector. |
Copyright © 2001–2016 mmm-Team. All rights reserved.