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, wait
name, watchers
public EvaluatingMapper(ConfigurationMapper mapper, ConfigurationEvaluator evaluator)
public void initialize(Coffig coffig)
initialize
in interface ConfigurationComponent
public void invalidate()
invalidate
in interface ConfigurationComponent
public boolean isDirty()
isDirty
in interface ConfigurationComponent
public EvaluatingMapper fork()
fork
in interface ConfigurationComponent
public boolean canHandle(Type type)
canHandle
in interface ConfigurationMapper
public Object map(TreeNode treeNode, Type type)
map
in interface ConfigurationMapper
public TreeNode unmap(Object object, Type type)
unmap
in interface ConfigurationMapper
public ConfigurationMapper getMapper()
public ConfigurationEvaluator getEvaluator()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.