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()Methods in dev.mccue.json.decode.alpha that return types with arguments of type JsonDecodingExceptionMethods in dev.mccue.json.decode.alpha that throw JsonDecodingExceptionModifier and TypeMethodDescriptionstatic <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 floatDecoder.float_(dev.mccue.json.Json json) 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 <T> TDecoder.oneOf(dev.mccue.json.Json json, Decoder<? extends T> decoderA, Decoder<? extends T> decoderB) 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) 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) static StringDecoder.string(dev.mccue.json.Json json) Constructors in dev.mccue.json.decode.alpha with parameters of type JsonDecodingExceptionModifierConstructorDescriptionField(String fieldName, JsonDecodingException error) Index(int index, JsonDecodingException error) Constructor parameters in dev.mccue.json.decode.alpha with type arguments of type JsonDecodingException