Interface JsonSerializerSupplier
-
public interface JsonSerializerSupplier
Supplies a custom reference of a JacksonJsonSerializer
- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonSerializer
get()
Get customJsonSerializer
reference
-
-
-
Method Detail
-
get
JsonSerializer get()
Get customJsonSerializer
reference- Returns:
- custom
JsonSerializer
reference
-
-