java.lang.Object
com.github.mizosoft.methanol.adapter.AbstractBodyAdapter
com.github.mizosoft.methanol.internal.adapter.BasicAdapter
- All Implemented Interfaces:
BodyAdapter
An adapter for basic types (e.g.,
String, byte[]).-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.mizosoft.methanol.adapter.AbstractBodyAdapter
AbstractBodyAdapter.BaseDecoder, AbstractBodyAdapter.BaseEncoderNested classes/interfaces inherited from interface com.github.mizosoft.methanol.BodyAdapter
BodyAdapter.Decoder, BodyAdapter.Encoder, BodyAdapter.Hints -
Method Summary
Modifier and TypeMethodDescriptionstatic BodyAdapter.Decoderdecoder()static BodyAdapter.Encoderencoder()Methods inherited from class com.github.mizosoft.methanol.adapter.AbstractBodyAdapter
attachMediaType, charsetOrDefault, charsetOrUtf8, compatibleMediaTypes, isCompatibleWith, requireCompatibleOrNull, requireSupport, requireSupport, requireSupportMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.mizosoft.methanol.BodyAdapter
supportsType
-
Method Details
-
encoder
-
decoder
-