Interface ContentFilter

All Known Subinterfaces:
Serializer
All Known Implementing Classes:
AbstractSerializer, JacksonContentFilter, JacksonSerializer

public interface ContentFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    filterContent(T value, User viewer)
    Modify given value before it's passed to the given viewer.
  • Method Details

    • filterContent

      <T> T filterContent(T value, User viewer)
      Modify given value before it's passed to the given viewer. See FilterContent for info on how to filter the value.