Class AbstractBodyAdapter

java.lang.Object
com.github.mizosoft.methanol.adapter.AbstractBodyAdapter
All Implemented Interfaces:
BodyAdapter
Direct Known Subclasses:
BasicAdapter

public abstract class AbstractBodyAdapter extends Object implements BodyAdapter
An abstract BodyAdapter that implements BodyAdapter.isCompatibleWith(MediaType) by allowing subclasses to specify a set of MediaTypes the adapter is compatible with.