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 |
NoPojoFieldIntrospector
This is a dummy implementation of the
PojoFieldIntrospector interface that never finds any field. |
Modifier and Type | Class and Description |
---|---|
class |
PojoFieldIntrospectorImpl
This is the implementation of the
PojoMethodIntrospector interface. |
Modifier and Type | Field and Description |
---|---|
private PojoFieldIntrospector |
PojoDescriptorBuilderImpl.fieldIntrospector |
Modifier and Type | Method and Description |
---|---|
protected PojoFieldIntrospector |
PojoDescriptorBuilderImpl.getFieldIntrospector()
|
Modifier and Type | Method and Description |
---|---|
void |
PojoDescriptorBuilderImpl.setFieldIntrospector(PojoFieldIntrospector introspector)
This method sets the
field-introspector . |
Copyright © 2001–2016 mmm-Team. All rights reserved.