Uses of Interface
com.github.mizosoft.methanol.BodyAdapter.Encoder
Packages that use BodyAdapter.Encoder
Package
Description
-
Uses of BodyAdapter.Encoder in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return BodyAdapter.EncoderModifier and TypeMethodDescriptionstatic BodyAdapter.EncoderBodyAdapter.Encoder.basic()Returns the basic encoder.Methods in com.github.mizosoft.methanol that return types with arguments of type BodyAdapter.EncoderModifier and TypeMethodDescriptionAdapterCodec.encoders()Returns the list of encoders in this codec.static 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 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.EncoderModifier and TypeMethodDescriptionAdapterCodec.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.adapterModifier and TypeInterfaceDescriptionstatic interfaceThis 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.EncoderMethods in com.github.mizosoft.methanol.adapter that return BodyAdapter.EncoderConstructors in com.github.mizosoft.methanol.adapter with parameters of type BodyAdapter.Encoder -
Uses of BodyAdapter.Encoder in com.github.mizosoft.methanol.internal.adapter
Methods in com.github.mizosoft.methanol.internal.adapter that return BodyAdapter.Encoder