public class ValidatingMapper extends Object implements ConfigurationMapper
| Constructor and Description |
|---|
ValidatingMapper(ConfigurationMapper mapper,
Object validatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(Type type) |
ConfigurationComponent |
fork() |
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 ValidatingMapper(ConfigurationMapper mapper, Object validatorFactory)
public void initialize(Coffig coffig)
initialize in interface ConfigurationComponentpublic void invalidate()
invalidate in interface ConfigurationComponentpublic boolean isDirty()
isDirty in interface ConfigurationComponentpublic ConfigurationComponent 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()
Copyright © 2013-2018–2019 SeedStack. All rights reserved.