Interface ObjectToJsonConverter
- 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>
- Since:
- 1.3.0
- See Also:
-
FunctionalInterface
Object
String
Converter
-
Method Summary
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen, convert