Uses of Interface
com.github.mizosoft.methanol.BodyAdapter.Encoder
-
Packages that use BodyAdapter.Encoder Package Description com.github.mizosoft.methanol com.github.mizosoft.methanol.adapter com.github.mizosoft.methanol.internal.adapter -
-
Uses of BodyAdapter.Encoder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return BodyAdapter.Encoder Modifier and Type Method Description static BodyAdapter.EncoderBodyAdapter.Encoder. basic()Returns the basic encoder.Methods in com.github.mizosoft.methanol that return types with arguments of type BodyAdapter.Encoder Modifier and Type Method Description java.util.List<BodyAdapter.Encoder>AdapterCodec. encoders()Returns the list of encoders in this codec.static java.util.Optional<BodyAdapter.Encoder>BodyAdapter.Encoder. getEncoder(TypeRef<?> typeRef, @Nullable MediaType mediaType)Returns a registered encoder that supports the given object type and media type, if any.static java.util.List<BodyAdapter.Encoder>BodyAdapter.Encoder. installed()Returns an immutable list containing the installed encoders.Methods in com.github.mizosoft.methanol with parameters of type BodyAdapter.Encoder Modifier and Type Method Description AdapterCodec.BuilderAdapterCodec.Builder. encoder(BodyAdapter.Encoder encoder)Adds the given encoder. -
Uses of BodyAdapter.Encoder in com.github.mizosoft.methanol.adapter
Subinterfaces of BodyAdapter.Encoder in com.github.mizosoft.methanol.adapter Modifier and Type Interface Description static interfaceAbstractBodyAdapter.BaseEncoderThis interface abstracts the more-capableAbstractBodyAdapter.BaseEncoder.toBody(Object, TypeRef, Hints)method and adds a default implementation forAbstractBodyAdapter.BaseEncoder.toBody(Object, MediaType)that forwards to the former.Classes in com.github.mizosoft.methanol.adapter that implement BodyAdapter.Encoder Modifier and Type Class Description classForwardingEncoderAnBodyAdapter.Encoderthat forwards calls to another.Methods in com.github.mizosoft.methanol.adapter that return BodyAdapter.Encoder Modifier and Type Method Description protected BodyAdapter.EncoderForwardingEncoder. delegate()Constructors in com.github.mizosoft.methanol.adapter with parameters of type BodyAdapter.Encoder Constructor Description ForwardingEncoder(BodyAdapter.Encoder delegate) -
Uses of BodyAdapter.Encoder in com.github.mizosoft.methanol.internal.adapter
Methods in com.github.mizosoft.methanol.internal.adapter that return BodyAdapter.Encoder Modifier and Type Method Description static BodyAdapter.EncoderBasicAdapter. encoder()
-