public class EvaluatingMapper extends Object implements ConfigurationMapper
| Constructor and Description | 
|---|
| EvaluatingMapper(ConfigurationMapper mapper,
                ConfigurationEvaluator evaluator) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canHandle(Type type) | 
| EvaluatingMapper | fork() | 
| ConfigurationEvaluator | getEvaluator() | 
| ConfigurationMapper | getMapper() | 
| void | initialize(Coffig coffig) | 
| void | invalidate() | 
| boolean | isDirty() | 
| Object | map(TreeNode treeNode,
   Type type) | 
| TreeNode | unmap(Object object,
     Type type) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitname, watcherspublic EvaluatingMapper(ConfigurationMapper mapper, ConfigurationEvaluator evaluator)
public void initialize(Coffig coffig)
initialize in interface ConfigurationComponentpublic void invalidate()
invalidate in interface ConfigurationComponentpublic boolean isDirty()
isDirty in interface ConfigurationComponentpublic EvaluatingMapper fork()
fork in interface ConfigurationComponentpublic boolean canHandle(Type type)
canHandle in interface ConfigurationMapperpublic Object map(TreeNode treeNode, Type type)
map in interface ConfigurationMapperpublic TreeNode unmap(Object object, Type type)
unmap in interface ConfigurationMapperpublic ConfigurationMapper getMapper()
public ConfigurationEvaluator getEvaluator()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.