Interface ViewElementPostProcessor<T extends ViewElement>
- All Known Implementing Classes:
DefaultViewElementPostProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
General purpose interface for post-processing a
ViewElement
.- Author:
- Arne Vandamme
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcess
(ViewElementBuilderContext builderContext, T element)
-
Method Details
-
postProcess
-