Package net.sf.mmm.util.pojo.descriptor.base

Contains the basic implementation of the Introspection-API.

See:
          Description

Interface Summary
PojoDescriptorDependencies This interface bundles the dependencies for the POJO-introspection.
PojoDescriptorEnhancer This is the interface for a generic enhancer of a PojoDescriptor.
PojoFieldIntrospector This is the interface used to find fields that can (potentially) access a property of a given POJO.
PojoMethodIntrospector This is the interface used to find methods that can (potentially) access a property of a given POJO.
 

Class Summary
AbstractPojoDescriptor<POJO> This is the abstract base implementation of the PojoDescriptor interface.
AbstractPojoDescriptorBuilder This is the abstract base-implementation of the PojoDescriptorBuilder interface.
AbstractPojoDescriptorBuilderFactory This is the abstract base implementation of the PojoDescriptorBuilderFactory interface.
AbstractPojoPropertyDescriptor This is the abstract base implementation of the PojoPropertyDescriptor interface.
NoPojoFieldIntrospector This is a dummy implementation of the PojoFieldIntrospector interface that never finds any field.
NoPojoMethodIntrospector This is a dummy implementation of the PojoMethodIntrospector interface that never finds any method.
PojoDescriptorDependenciesImpl This is the implementation of the PojoDescriptorDependencies interface.
PojoDescriptorNoEnhancer This is the simplest implementation of the PojoDescriptorEnhancer.
PojoMap This is represents a given Pojo as Map where the key is a property-name given as String.
PojoProperty This class represents the property of a Pojo .
 

Package net.sf.mmm.util.pojo.descriptor.base Description

Contains the basic implementation of the Introspection-API.

POJO Introspection Base

This package provides the basic implementation of the POJO Introspection API.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.