Uses of Class
com.github.mizosoft.methanol.AdapterCodec
-
Packages that use AdapterCodec Package Description com.github.mizosoft.methanol -
-
Uses of AdapterCodec in com.github.mizosoft.methanol
Methods in com.github.mizosoft.methanol that return AdapterCodec Modifier and Type Method Description AdapterCodecAdapterCodec.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 AdapterCodec Modifier and Type Method Description java.util.Optional<AdapterCodec>Methanol. adapterCodec()java.util.Optional<AdapterCodec>MutableRequest. adapterCodec()Returns theAdapterCodecto be used for resolving this request's payload.Methods in com.github.mizosoft.methanol with parameters of type AdapterCodec Modifier and Type Method Description BMethanol.BaseBuilder. adapterCodec(AdapterCodec adapterCodec)Specifies theAdapterCodecwith which request and response payloads are mapped.MutableRequestMutableRequest. adapterCodec(AdapterCodec adapterCodec)Set's theAdapterCodecto be used for resolving this request's payload.
-