Package net.minidev.json.writer
Class BeansMapper<T>
- java.lang.Object
-
- net.minidev.json.writer.JsonReaderI<T>
-
- net.minidev.json.writer.BeansMapper<T>
-
public abstract class BeansMapper<T> extends JsonReaderI<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeansMapper.Bean<T>static classBeansMapper.BeanNoConv<T>
-
Field Summary
Fields Modifier and Type Field Description static JsonReaderI<Date>MAPPER_DATE-
Fields inherited from class net.minidev.json.writer.JsonReaderI
base
-
-
Constructor Summary
Constructors Constructor Description BeansMapper(JsonReader base)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ObjectgetValue(Object current, String key)--------------
Methods inherited from class net.minidev.json.writer.JsonReaderI
addValue, convert, createArray, createObject, getType, setValue, startArray, startObject
-
-
-
-
Field Detail
-
MAPPER_DATE
public static JsonReaderI<Date> MAPPER_DATE
-
-
Constructor Detail
-
BeansMapper
public BeansMapper(JsonReader base)
-
-
Method Detail
-
getValue
public abstract Object getValue(Object current, String key)
Description copied from class:JsonReaderI-------------- Overrides:
getValuein classJsonReaderI<T>
-
-