java.lang.Object
com.github.mizosoft.methanol.AdapterCodec.Builder
- Enclosing class:
AdapterCodec
A builder of
AdapterCodec instances.-
Method Summary
Modifier and TypeMethodDescriptionbasic()Adds thebasic decoder.Adds thebasic encoder.build()Returns a newAdapterCodeccontaining the encoders and decoders added so far.decoder(BodyAdapter.Decoder decoder) Adds the given decoder.encoder(BodyAdapter.Encoder encoder) Adds the given encoder.
-
Method Details
-
encoder
Adds the given encoder. -
decoder
Adds the given decoder. -
basicEncoder
Adds thebasic encoder. -
basicDecoder
Adds thebasic decoder. -
basic
-
build
Returns a newAdapterCodeccontaining the encoders and decoders added so far.
-