Interface EndpointJsonMapper
public interface EndpointJsonMapper
Interface used to supply the
JsonMapper that should be used when serializing
endpoint results.- Since:
- 4.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe default supported types. -
Method Summary
Modifier and TypeMethodDescriptiontools.jackson.databind.json.JsonMapperget()Return theJsonMapperthat should be used to serializeOperationResponseBodyendpoint results.Return the types that this endpoint mapper supports.
-
Field Details
-
DEFAULT_SUPPORTED_TYPES
-
-
Method Details
-
get
tools.jackson.databind.json.JsonMapper get()Return theJsonMapperthat should be used to serializeOperationResponseBodyendpoint results.- Returns:
- the object mapper
-
getSupportedTypes
-