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 | Method and Description |
---|---|
abstract PojoPropertyDescriptorImpl |
AbstractPojoDescriptor.getOrCreatePropertyDescriptor(String propertyName)
This method gets the property-descriptor for the given
propertyName . |
Modifier and Type | Field and Description |
---|---|
private Collection<PojoPropertyDescriptorImpl> |
AbstractPojoDescriptorImpl.properties |
private Map<String,PojoPropertyDescriptorImpl> |
AbstractPojoDescriptorImpl.propertyMap |
Modifier and Type | Method and Description |
---|---|
PojoPropertyDescriptorImpl |
AbstractPojoDescriptorImpl.getOrCreatePropertyDescriptor(String propertyName) |
PojoPropertyDescriptorImpl |
AbstractPojoDescriptorImpl.getPropertyDescriptor(String propertyName) |
Modifier and Type | Method and Description |
---|---|
Collection<PojoPropertyDescriptorImpl> |
AbstractPojoDescriptorImpl.getPropertyDescriptors()
This method gets the
descriptor s of all properties of the according
pojo . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPojoDescriptorImpl.addPropertyDescriptor(PojoPropertyDescriptorImpl descriptor)
This method adds the given
PojoPropertyDescriptorImpl . |
private void |
PojoDescriptorBuilderImpl.mergePropertyDescriptorWithSuperClass(PojoPropertyDescriptorImpl propertyDescriptor,
PojoPropertyDescriptorImpl superPropertyDescriptor)
This method merges the
superPropertyDescriptor into the propertyDescriptor . |
Copyright © 2001–2016 mmm-Team. All rights reserved.