org.mule.config.spring.parsers.assembly.configuration
Class SimplePropertyConfiguration.MapValueMap

java.lang.Object
  extended by org.mule.config.spring.parsers.assembly.configuration.SimplePropertyConfiguration.MapValueMap
All Implemented Interfaces:
ValueMap
Direct Known Subclasses:
SimplePropertyConfiguration.IndentityMapValueMap
Enclosing class:
SimplePropertyConfiguration

public static class SimplePropertyConfiguration.MapValueMap
extends Object
implements ValueMap


Field Summary
protected  Map map
           
 
Constructor Summary
SimplePropertyConfiguration.MapValueMap(Map map)
           
SimplePropertyConfiguration.MapValueMap(String definition)
           
 
Method Summary
 Object rewrite(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected Map map
Constructor Detail

SimplePropertyConfiguration.MapValueMap

public SimplePropertyConfiguration.MapValueMap(Map map)

SimplePropertyConfiguration.MapValueMap

public SimplePropertyConfiguration.MapValueMap(String definition)
Method Detail

rewrite

public Object rewrite(String value)
Specified by:
rewrite in interface ValueMap


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.