Uses of Class
com.github.mizosoft.methanol.AdapterCodec
Packages that use AdapterCodec
-
Uses of AdapterCodec in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return AdapterCodecModifier and TypeMethodDescriptionAdapterCodec.Builder.build()Returns a newAdapterCodeccontaining the encoders and decoders added so far.static AdapterCodecAdapterCodec.installed()Methods in com.github.mizosoft.methanol that return types with arguments of type AdapterCodecModifier and TypeMethodDescriptionMethanol.adapterCodec()MutableRequest.adapterCodec()Returns theAdapterCodecto be used for resolving this request's payload.Methods in com.github.mizosoft.methanol with parameters of type AdapterCodecModifier and TypeMethodDescriptionMethanol.BaseBuilder.adapterCodec(AdapterCodec adapterCodec) Specifies theAdapterCodecwith which request and response payloads are mapped.MutableRequest.adapterCodec(AdapterCodec adapterCodec) Set's theAdapterCodecto be used for resolving this request's payload.