@SuppressWarnings("hiding") public class ChainedConverterConfiguration.ChainedObjectMarshaller<C extends Converter> extends Object implements ObjectMarshaller
| Constructor and description |
|---|
ChainedObjectMarshaller(ObjectMarshaller<C> om, ChainedObjectMarshaller<C> next) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public ObjectMarshaller<C> |
findMarhallerFor(Object o) |
|
public void |
marshalObject(Object object, C converter) |
|
public boolean |
supports(Object object) |