Uses of Class
io.activej.http.decoder.DecodeError
| Package | Description |
|---|---|
| io.activej.http.decoder |
-
Uses of DecodeError in io.activej.http.decoder
Methods in io.activej.http.decoder that return DecodeError Modifier and Type Method Description static DecodeErrorDecodeError. of(String message, Object... args)Methods in io.activej.http.decoder that return types with arguments of type DecodeError Modifier and Type Method Description @NotNull List<DecodeError>DecodeErrors. getErrors()io.activej.common.collection.Either<V,List<DecodeError>>Mapper. map(T value)List<DecodeError>Validator. validate(T value)Methods in io.activej.http.decoder with parameters of type DecodeError Modifier and Type Method Description static DecodeErrorsDecodeErrors. of(@NotNull DecodeError error)DecodeErrorsDecodeErrors. with(@NotNull DecodeError error)DecodeErrorsDecodeErrors. with(@NotNull String id, @NotNull DecodeError nestedError)Method parameters in io.activej.http.decoder with type arguments of type DecodeError Modifier and Type Method Description static DecodeErrorsDecodeErrors. of(@NotNull List<DecodeError> errors)DecodeErrorsDecodeErrors. with(@NotNull List<DecodeError> errors)