public class CompositeMapper extends BaseComposite<ConfigurationMapper> implements ConfigurationMapper
items
Constructor and Description |
---|
CompositeMapper(ConfigurationMapper... items) |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(Type type) |
protected CompositeMapper |
doFork(ConfigurationMapper... items) |
void |
initialize(Coffig coffig) |
Object |
map(TreeNode treeNode,
Type type) |
TreeNode |
unmap(Object object,
Type type) |
fork, get, invalidate, isDirty, watchers
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fork, invalidate, isDirty, name, watchers
public CompositeMapper(ConfigurationMapper... items)
public void initialize(Coffig coffig)
initialize
in interface ConfigurationComponent
initialize
in class BaseComposite<ConfigurationMapper>
protected CompositeMapper doFork(ConfigurationMapper... items)
doFork
in class BaseComposite<ConfigurationMapper>
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
Copyright © 2013-2018–2019 SeedStack. All rights reserved.