Class JacksonContentFilter

java.lang.Object
io.fluxcapacitor.javaclient.common.serialization.jackson.JacksonContentFilter
All Implemented Interfaces:
ContentFilter

public class JacksonContentFilter extends Object implements ContentFilter
  • Constructor Details

    • JacksonContentFilter

      public JacksonContentFilter(com.fasterxml.jackson.databind.ObjectMapper mapper)
  • Method Details

    • filterContent

      public <T> T filterContent(T value, User viewer)
      Description copied from interface: ContentFilter
      Modify given value before it's passed to the given viewer. See FilterContent for info on how to filter the value.
      Specified by:
      filterContent in interface ContentFilter