Uses of Interface
com.github.mizosoft.methanol.BodyAdapter.Decoder
-
Packages that use BodyAdapter.Decoder Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.adapter com.github.mizosoft.methanol.internal.adapter -
-
Uses of BodyAdapter.Decoder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return BodyAdapter.Decoder Modifier and Type Method Description static BodyAdapter.DecoderBodyAdapter.Decoder. basic()Returns the basic decoder.Methods in com.github.mizosoft.methanol that return types with arguments of type BodyAdapter.Decoder Modifier and Type Method Description java.util.List<BodyAdapter.Decoder>AdapterCodec. decoders()Returns the list of decoders in this codec.static java.util.Optional<BodyAdapter.Decoder>BodyAdapter.Decoder. getDecoder(TypeRef<?> typeRef, @Nullable MediaType mediaType)Returns a registered decoder that supports the given object type and media type, if any.static java.util.List<BodyAdapter.Decoder>BodyAdapter.Decoder. installed()Returns an immutable list containing the installed decoders.Methods in com.github.mizosoft.methanol with parameters of type BodyAdapter.Decoder Modifier and Type Method Description AdapterCodec.BuilderAdapterCodec.Builder. decoder(BodyAdapter.Decoder decoder)Adds the given decoder. -
Uses of BodyAdapter.Decoder in com.github.mizosoft.methanol.adapter
Subinterfaces of BodyAdapter.Decoder in com.github.mizosoft.methanol.adapter Modifier and Type Interface Description static interfaceAbstractBodyAdapter.BaseDecoderThis interface abstracts the more-capableAbstractBodyAdapter.BaseDecoder.toObject(TypeRef, Hints)method and adds a default implementation forAbstractBodyAdapter.BaseDecoder.toObject(TypeRef, MediaType)that forwards to the former.Classes in com.github.mizosoft.methanol.adapter that implement BodyAdapter.Decoder Modifier and Type Class Description classForwardingDecoderABodyAdapter.Decoderthat forwards calls to another.Constructors in com.github.mizosoft.methanol.adapter with parameters of type BodyAdapter.Decoder Constructor Description ForwardingDecoder(BodyAdapter.Decoder delegate) -
Uses of BodyAdapter.Decoder in com.github.mizosoft.methanol.internal.adapter
Methods in com.github.mizosoft.methanol.internal.adapter that return BodyAdapter.Decoder Modifier and Type Method Description static BodyAdapter.DecoderBasicAdapter. decoder()
-