Interface ContentFilter
- All Known Subinterfaces:
Serializer
- All Known Implementing Classes:
AbstractSerializer,JacksonContentFilter,JacksonSerializer
public interface ContentFilter
-
Method Summary
Modifier and TypeMethodDescription<T> TfilterContent(T value, User viewer) Modify given value before it's passed to the given viewer.
-
Method Details
-
filterContent
Modify given value before it's passed to the given viewer. SeeFilterContentfor info on how to filter the value.
-