Uses of Interface
org.compass.core.config.process.MappingProcessor

Packages that use MappingProcessor
org.compass.core.config   
org.compass.core.config.process   
 

Uses of MappingProcessor in org.compass.core.config
 

Classes in org.compass.core.config that implement MappingProcessor
 class CompassMappingProcessor
           
 

Uses of MappingProcessor in org.compass.core.config.process
 

Classes in org.compass.core.config.process that implement MappingProcessor
 class CascadingMappingProcessor
          Goes over all the ResourceMappings mappings and finds all the CascadeMapping in order to set them at the resource mapping level ResourceMapping.getCascadeMappings().
 class CollectionMappingProcessor
          Goes over all the OSEM ClassMappings.
 class CompassMappingPostProcessor
           
 class ConverterLookupMappingProcessor
           
 class InternalIdsMappingProcessor
           
 class LateBindingJsonMappingProcessor
           
 class LateBindingOsemMappingProcessor
           
 class LateBindingXsemMappingProcessor
           
 class NullValueMappingProcessor
          Goes through each ClassMapping and handles its null value definition.
 class PostProcessorMappingProcessor
           
 class PropertyAccessorMappingProcessor
          Goes through each ClassMapping and resolves its reflection settings (constructor, getter, setter, and object class).
 class ResolveExtendsMappingProcessor
          Goes over all the AliasMappings in Compass and resolves which one the mapping extends (AliasMapping.getExtendedAliases() and which one are extending this alias (AliasMapping.getExtendingAliases().
 class ResolveLateAttributesPostLateBindingMappingProcessor
          Reolves late attributes associated usually with ClassMapping, they are: SupportUnmarshall: One can set globally if ClassMappings will support unmarshalling or not.
 class ResolveLateAttributesPreLateBindingMappingProcessor
          Reolves late attributes associated usually with ClassMapping, they are: SupportUnmarshall: One can set globally if ClassMappings will support unmarshalling or not.
 class ResolveRefAliasProcessor
           
 class RootAliasPostProcessor
           
 class UIDMappingProcessor
          Goes over all the root resource mappings and update the path where the internal UID is stored.
 class ValidatorMappingProcessor
           
 



Copyright (c) 2004-2008 The Compass Project.