Interface ObjectTemplateIncludeProcessor.TemplateProcessor
-
- Enclosing class:
- ObjectTemplateIncludeProcessor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ObjectTemplateIncludeProcessor.TemplateProcessor
Internal interface used for handling includeRef references. If needed, exceptions and operation result can be added to the process() method in the future.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(ObjectTemplateType includedTemplate)
-
-
-
Method Detail
-
process
void process(ObjectTemplateType includedTemplate)
-
-