Uses of Class
dev.mccue.json.decode.alpha.JsonDecodingException
-
Uses of JsonDecodingException in dev.mccue.json.decode.alpha
Subclasses of JsonDecodingException in dev.mccue.json.decode.alphaModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final classMethods in dev.mccue.json.decode.alpha that return JsonDecodingExceptionModifier and TypeMethodDescriptionJsonDecodingException.Field.error()JsonDecodingException.Index.error()static JsonDecodingExceptionstatic JsonDecodingExceptionMethods in dev.mccue.json.decode.alpha that return types with arguments of type JsonDecodingExceptionMethods in dev.mccue.json.decode.alpha with parameters of type JsonDecodingExceptionModifier and TypeMethodDescriptionstatic JsonDecodingException.FieldJsonDecodingException.atField(String fieldName, JsonDecodingException error) static JsonDecodingException.IndexJsonDecodingException.atIndex(int index, JsonDecodingException error) protected static StringJsonDecodingException.getMessage(JsonDecodingException error) Method parameters in dev.mccue.json.decode.alpha with type arguments of type JsonDecodingExceptionModifier and TypeMethodDescriptionstatic JsonDecodingException.OneOfJsonDecodingException.multiple(List<JsonDecodingException> errors) Methods in dev.mccue.json.decode.alpha that throw JsonDecodingExceptionModifier and TypeMethodDescriptionstatic dev.mccue.json.Json.ArrayDecoder.array(dev.mccue.json.Json json) static <T> List<T>static booleanDecoder.boolean_(dev.mccue.json.Json json) Decoder.decode(dev.mccue.json.Json json) static doubleDecoder.double_(dev.mccue.json.Json json) static <T> Tstatic <T> Decoder<T>static floatDecoder.float_(dev.mccue.json.Json json) static <T> Decoder<T>static <T> Tstatic intDecoder.int_(dev.mccue.json.Json json) static longDecoder.long_(dev.mccue.json.Json json) static <T> TDecoder.null_(dev.mccue.json.Json json) static dev.mccue.json.Json.ObjectDecoder.object(dev.mccue.json.Json json) static <T> Decoder<T>static <T> Decoder<T>static <T> TDecoder.oneOf(dev.mccue.json.Json json, Decoder<? extends T> decoderA, Decoder<? extends T> decoderB) static <T> TDecoder.oneOf(dev.mccue.json.Json json, Decoder<? extends T> decoderA, Decoder<? extends T>... decoders) static <T> Optional<T>Decoder.optionalField(dev.mccue.json.Json json, String fieldName, Decoder<? extends T> valueDecoder) static <T> TDecoder.optionalField(dev.mccue.json.Json json, String fieldName, Decoder<? extends T> valueDecoder, T defaultValue) Decoder.optionalField(String fieldName, Decoder<? extends T> valueDecoder) static <T> Decoder<T>Decoder.optionalField(String fieldName, Decoder<? extends T> valueDecoder, T defaultValue) static <T> Optional<T>Decoder.optionalNullableField(dev.mccue.json.Json json, String fieldName, Decoder<? extends T> valueDecoder) static <T> TDecoder.optionalNullableField(dev.mccue.json.Json json, String fieldName, Decoder<? extends T> valueDecoder, T defaultValue) static <T> TDecoder.optionalNullableField(dev.mccue.json.Json json, String fieldName, Decoder<? extends T> valueDecoder, T whenFieldMissing, T whenFieldNull) Decoder.optionalNullableField(String fieldName, Decoder<? extends T> valueDecoder) static <T> Decoder<T>Decoder.optionalNullableField(String fieldName, Decoder<? extends T> valueDecoder, T defaultValue) static <T> Decoder<T>Decoder.optionalNullableField(String fieldName, Decoder<? extends T> valueDecoder, T whenFieldMissing, T whenFieldNull) static StringDecoder.string(dev.mccue.json.Json json)