org.springframework.binding.mapping
Class RequiredMapping

java.lang.Object
  extended by org.springframework.binding.mapping.Mapping
      extended by org.springframework.binding.mapping.RequiredMapping
All Implemented Interfaces:
AttributeMapper

public class RequiredMapping
extends Mapping

A mapping that is required.

Author:
Keith Donald

Constructor Summary
RequiredMapping(Expression sourceExpression, SettableExpression targetPropertyExpression, ConversionExecutor typeConverter)
          Creates a required mapping.
 
Method Summary
 
Methods inherited from class org.springframework.binding.mapping.Mapping
equals, hashCode, map, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequiredMapping

public RequiredMapping(Expression sourceExpression,
                       SettableExpression targetPropertyExpression,
                       ConversionExecutor typeConverter)
Creates a required mapping.

Parameters:
sourceExpression - the source mapping expression
targetPropertyExpression - the target property expression
typeConverter - a type converter


Copyright © 2009 Spring Framework. All Rights Reserved.