Interface TemplateTransformer
public interface TemplateTransformer
-
Method Summary
Modifier and TypeMethodDescriptionThe template what needs to transform to Valuetransform(TemplateContext context) The execution transform from template to value base on the TemplateContext.
-
Method Details
-
from
The template what needs to transform to Value- Parameters:
template- The template- Returns:
-
transform
The execution transform from template to value base on the TemplateContext.- Parameters:
context-- Returns:
-