Uses of Class
net.minidev.json.writer.JsonReaderI
Packages that use JsonReaderI
-
Uses of JsonReaderI in net.minidev.json
Methods in net.minidev.json with parameters of type JsonReaderIModifier and TypeMethodDescriptionprotected static <T> TJSONValue.parse(byte[] in, JsonReaderI<T> mapper) Parse input json as a mapTo classprotected static <T> TJSONValue.parse(Reader in, JsonReaderI<T> mapper) Parse input json as a mapTo classprotected static <T> TJSONValue.parse(String in, JsonReaderI<T> mapper) Parse input json as a mapTo classstatic <T> voidJSONValue.registerReader(Class<T> type, JsonReaderI<T> mapper) register a deserializer for a class.Constructors in net.minidev.json with parameters of type JsonReaderIModifierConstructorDescriptionJSONNavi(String json, JsonReaderI<T> mapper) JSONNavi(JsonReaderI<? super T> mapper) -
Uses of JsonReaderI in net.minidev.json.parser
Methods in net.minidev.json.parser with parameters of type JsonReaderIModifier and TypeMethodDescription<T> TJSONParser.parse(byte[] in, JsonReaderI<T> mapper) use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory<T> TJSONParser.parse(InputStream in, JsonReaderI<T> mapper) use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory<T> TJSONParser.parse(Reader in, JsonReaderI<T> mapper) use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory<T> TJSONParser.parse(String in, JsonReaderI<T> mapper) use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory<T> TMultipleJsonParser.parseNext(JsonReaderI<T> mapper) Parse next json with target JsonReaderI
use to return Primitive Type, or String, Or JsonObject or JsonArray generated by a ContainerFactory -
Uses of JsonReaderI in net.minidev.json.writer
Subclasses of JsonReaderI in net.minidev.json.writerModifier and TypeClassDescriptionclassArraysMapper<T>static classclassBeansMapper<T>static classstatic classstatic classstatic classstatic classstatic classclassclassSimple Reader Class for generic MapclassclassclassclassSimple solution to support on read field renamingclassFields in net.minidev.json.writer declared as JsonReaderIModifier and TypeFieldDescriptionstatic JsonReaderI<Object>FakeMapper.DEFAULTJsonReader.DEFAULTJsonReader.DEFAULT_ORDEREDstatic JsonReaderI<Boolean[]>ArraysMapper.MAPPER_BOOLstatic JsonReaderI<Byte[]>ArraysMapper.MAPPER_BYTEstatic JsonReaderI<Character[]>ArraysMapper.MAPPER_CHARstatic JsonReaderI<Date>BeansMapper.MAPPER_DATEstatic JsonReaderI<Double[]>ArraysMapper.MAPPER_DOUBLEstatic JsonReaderI<Float[]>ArraysMapper.MAPPER_FLOATstatic JsonReaderI<Integer[]>ArraysMapper.MAPPER_INTstatic JsonReaderI<Long[]>ArraysMapper.MAPPER_LONGstatic JsonReaderI<boolean[]>ArraysMapper.MAPPER_PRIM_BOOLstatic JsonReaderI<byte[]>ArraysMapper.MAPPER_PRIM_BYTEstatic JsonReaderI<char[]>ArraysMapper.MAPPER_PRIM_CHARstatic JsonReaderI<double[]>ArraysMapper.MAPPER_PRIM_DOUBLEstatic JsonReaderI<float[]>ArraysMapper.MAPPER_PRIM_FLOATstatic JsonReaderI<int[]>ArraysMapper.MAPPER_PRIM_INTstatic JsonReaderI<long[]>ArraysMapper.MAPPER_PRIM_LONGstatic JsonReaderI<short[]>ArraysMapper.MAPPER_PRIM_SHORTstatic JsonReaderI<Short[]>ArraysMapper.MAPPER_SHORTMethods in net.minidev.json.writer that return JsonReaderIModifier and TypeMethodDescription<T> JsonReaderI<T>Get the corresponding mapper Class, or create it on first call<T> JsonReaderI<T>JsonReader.getMapper(ParameterizedType type) <T> JsonReaderI<T>JsonReaderI<?>ArraysMapper.GenericMapper.startArray(String key) JsonReaderI<?>BeansMapper.Bean.startArray(String key) JsonReaderI<?>BeansMapper.BeanNoConv.startArray(String key) JsonReaderI<?>CollectionMapper.ListClass.startArray(String key) JsonReaderI<?>CollectionMapper.ListType.startArray(String key) JsonReaderI<?>CollectionMapper.MapClass.startArray(String key) JsonReaderI<?>CollectionMapper.MapType.startArray(String key) JsonReaderI<?>CompessorMapper.startArray(String key) DefaultMapper.startArray(String key) DefaultMapperCollection.startArray(String key) DefaultMapperOrdered.startArray(String key) JsonReaderI<?>FakeMapper.startArray(String key) JsonReaderI<?>JsonReaderI.startArray(String key) called when json-smart parser start an array.JsonReaderI<?>MapperRemapped.startArray(String key) JsonReaderI<?>UpdaterMapper.startArray(String key) called when json-smart parser start an array.JsonReaderI<?>ArraysMapper.GenericMapper.startObject(String key) JsonReaderI<?>BeansMapper.Bean.startObject(String key) JsonReaderI<?>BeansMapper.BeanNoConv.startObject(String key) JsonReaderI<?>CollectionMapper.ListClass.startObject(String key) JsonReaderI<?>CollectionMapper.ListType.startObject(String key) JsonReaderI<?>CollectionMapper.MapClass.startObject(String key) JsonReaderI<?>CollectionMapper.MapType.startObject(String key) JsonReaderI<?>CompessorMapper.startObject(String key) DefaultMapper.startObject(String key) DefaultMapperCollection.startObject(String key) DefaultMapperOrdered.startObject(String key) JsonReaderI<?>FakeMapper.startObject(String key) JsonReaderI<?>JsonReaderI.startObject(String key) called when json-smart parser meet an object keyJsonReaderI<?>MapperRemapped.startObject(String key) JsonReaderI<?>UpdaterMapper.startObject(String key) called when json-smart parser meet an object keyMethods in net.minidev.json.writer with parameters of type JsonReaderIModifier and TypeMethodDescription<T> voidJsonReader.registerReader(Class<T> type, JsonReaderI<T> mapper) Constructors in net.minidev.json.writer with parameters of type JsonReaderI