static class ConversionSchemas.AnnotationAwareMarshallerSet extends java.lang.Object implements ConversionSchemas.MarshallerSet
Modifier and Type | Field and Description |
---|---|
private ConversionSchemas.MarshallerSet |
wrapped |
Constructor and Description |
---|
AnnotationAwareMarshallerSet(ConversionSchemas.MarshallerSet wrapped) |
Modifier and Type | Method and Description |
---|---|
ArgumentMarshaller |
getMarshaller(java.lang.reflect.Method getter) |
ArgumentMarshaller |
getMemberMarshaller(java.lang.reflect.Type memberType) |
private final ConversionSchemas.MarshallerSet wrapped
public AnnotationAwareMarshallerSet(ConversionSchemas.MarshallerSet wrapped)
public ArgumentMarshaller getMarshaller(java.lang.reflect.Method getter)
getMarshaller
in interface ConversionSchemas.MarshallerSet
public ArgumentMarshaller getMemberMarshaller(java.lang.reflect.Type memberType)
getMemberMarshaller
in interface ConversionSchemas.MarshallerSet