Interface AbstractBodyAdapter.BaseEncoder

All Superinterfaces:
BodyAdapter, BodyAdapter.Encoder
Enclosing class:
AbstractBodyAdapter

public static interface AbstractBodyAdapter.BaseEncoder extends BodyAdapter.Encoder
This interface abstracts the more-capable toBody(Object, TypeRef, Hints) method and adds a default implementation for toBody(Object, MediaType) that forwards to the former.