Class JacksonContentFilter
java.lang.Object
io.fluxcapacitor.javaclient.common.serialization.jackson.JacksonContentFilter
- All Implemented Interfaces:
ContentFilter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TfilterContent(T value, User viewer) Modify given value before it's passed to the given viewer.
-
Constructor Details
-
JacksonContentFilter
public JacksonContentFilter(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
filterContent
Description copied from interface:ContentFilterModify given value before it's passed to the given viewer. SeeFilterContentfor info on how to filter the value.- Specified by:
filterContentin interfaceContentFilter
-