Uses of Interface
com.github.wnameless.json.base.JsonValueCore
-
-
Uses of JsonValueCore in com.github.wnameless.json.base
Classes in com.github.wnameless.json.base with type parameters of type JsonValueCore Modifier and Type Interface Description interfaceJsonArrayCore<JVC extends JsonValueCore<JVC>>interfaceJsonCore<JVC extends JsonValueCore<JVC>>JsonCoreprovides a wrapper to all kinds of JSON parsers.interfaceJsonObjectCore<JVC extends JsonValueCore<JVC>>interfaceJsonValueCore<JVC extends JsonValueCore<JVC>>JsonValueCoreextendsJsonValueBaseand alters the returning values ofasObject(),asArray()andasValue()from immutable "Base" version to mutable "Core" version.
It also extendsJsonSourcewhich allows it returns the JSON implementation object of this wrapper.Subinterfaces of JsonValueCore in com.github.wnameless.json.base Modifier and Type Interface Description interfaceJsonArrayCore<JVC extends JsonValueCore<JVC>>interfaceJsonObjectCore<JVC extends JsonValueCore<JVC>>Classes in com.github.wnameless.json.base that implement JsonValueCore Modifier and Type Class Description classGsonJsonArrayThe GSON implementation ofJsonArrayCore.classGsonJsonObjectThe GSON implementation ofJsonObjectCore.classGsonJsonValueThe GSON implementation ofJsonValueCore.classJacksonJsonArrayThe Jackson implementation ofJsonArrayCore.classJacksonJsonObjectThe Jackson implementation ofJsonObjectCore.classJacksonJsonValueThe Jackson implementation ofJsonValueCore.Methods in com.github.wnameless.json.base that return JsonValueCore Modifier and Type Method Description JsonValueCore<JVC>JsonValueCore. asValue()JsonValueCore<JVC>JsonCore. parse(Reader jsonReader)Creates aJsonValueCoreby given JSON string reader.JsonValueCore<JVC>JsonCore. parse(String json)Creates aJsonValueCoreby given JSON string.
-