Interface ObjectToJsonConverter

All Superinterfaces:
org.springframework.core.convert.converter.Converter<Object,String>
All Known Implementing Classes:
JacksonObjectToJsonConverter, JSONFormatterPdxToJsonConverter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ObjectToJsonConverter extends org.springframework.core.convert.converter.Converter<Object,String>
A Spring Converter interface extension defining a contract to convert from an Object into a JSON.
Since:
1.3.0
See Also:
  • Method Summary

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen, convert