public class NodeBeanDecoder extends Object
Constructor and Description |
---|
NodeBeanDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
addNode(String name,
NodeBeanDecoder node) |
String |
getBeanPath() |
Object |
getData() |
NodeBeanDecoder |
getNextNode(String name) |
String |
getPath() |
void |
setBeanPath(String beanPath) |
void |
setData(Object data) |
void |
setPath(String path) |
public Object getData()
public void setData(Object data)
public String getPath()
public void setPath(String path)
public String getBeanPath()
public void setBeanPath(String beanPath)
public void addNode(String name, NodeBeanDecoder node)
public NodeBeanDecoder getNextNode(String name)
Copyright © 2018 Brandao. All rights reserved.