org.springframework.binding.mapping
Interface MappingContext


public interface MappingContext

A context object with two main responsibities:

  1. Exposing information to a mapper to influence a mapping attempt.
  2. Providing operations for recording progress or errors during the mapping process.
Empty for now; subclasses may define their own custom context behavior accessible by a mapper with a downcast.

Author:
Keith Donald



Copyright � 2004-2007. All Rights Reserved.