- All Implemented Interfaces:
- freemarker.template.AdapterTemplateModel, freemarker.template.TemplateHashModel, freemarker.template.TemplateModel, freemarker.template.TemplateScalarModel
public class PeriodAdapter
extends AbstractAdapter<java.time.Period>
implements freemarker.template.AdapterTemplateModel, freemarker.template.TemplateScalarModel, freemarker.template.TemplateHashModel
PeriodAdapter gives access to the days, months and years values in the wrapped Period object in FreeMarker
templates.