public class WWWFormUrlEncodedBeanDecoder extends AbstractBeanDecoder
Constructor and Description |
---|
WWWFormUrlEncodedBeanDecoder() |
Modifier and Type | Method and Description |
---|---|
protected Object |
getNextDataLevel(String name,
Object data) |
protected Object |
getValue(DependencyBean entity,
StringBuilder path,
NodeBeanDecoder node) |
protected Object |
getValue(MetaBean entity,
StringBuilder path,
NodeBeanDecoder node) |
protected Object |
getValue(UseBeanData entity,
StringBuilder path,
NodeBeanDecoder node) |
protected Object |
getValueCollectionObject(CollectionBean entity,
Element e,
StringBuilder path,
NodeBeanDecoder parent) |
protected Object |
getValueCollectionSimple(CollectionBean entity,
Element e,
StringBuilder path,
NodeBeanDecoder parent) |
protected Object |
getValueMapObject(MapBean entity,
Key k,
StringBuilder path,
NodeBeanDecoder parent) |
protected Object |
getValueMapSimple(MapBean entity,
Key k,
StringBuilder path,
NodeBeanDecoder parent) |
decode, decode, endsWith, getArgs, getInstance, getInstanceByConstructor, getInstanceByFactory, getNextNode, getNextNode, getNextNode, getValue, getValue, getValue, getValue, getValueBean, getValueCollection, getValueMap, setCodeGenerator, updatePath
protected Object getNextDataLevel(String name, Object data)
getNextDataLevel
in class AbstractBeanDecoder
protected Object getValue(MetaBean entity, StringBuilder path, NodeBeanDecoder node)
getValue
in class AbstractBeanDecoder
protected Object getValue(UseBeanData entity, StringBuilder path, NodeBeanDecoder node)
getValue
in class AbstractBeanDecoder
protected Object getValue(DependencyBean entity, StringBuilder path, NodeBeanDecoder node)
getValue
in class AbstractBeanDecoder
protected Object getValueCollectionObject(CollectionBean entity, Element e, StringBuilder path, NodeBeanDecoder parent)
getValueCollectionObject
in class AbstractBeanDecoder
protected Object getValueCollectionSimple(CollectionBean entity, Element e, StringBuilder path, NodeBeanDecoder parent)
getValueCollectionSimple
in class AbstractBeanDecoder
protected Object getValueMapObject(MapBean entity, Key k, StringBuilder path, NodeBeanDecoder parent)
getValueMapObject
in class AbstractBeanDecoder
protected Object getValueMapSimple(MapBean entity, Key k, StringBuilder path, NodeBeanDecoder parent)
getValueMapSimple
in class AbstractBeanDecoder
Copyright © 2018 Brandao. All rights reserved.