Package org.wickedsource.docxstamper.replace.typeresolver
package org.wickedsource.docxstamper.replace.typeresolver
-
ClassesClassDescriptionAbstract ITypeResolver that takes a String from the implementing sub class and creates a Run of text from it.This ITypeResolver creates a formatted date String for expressions that return a Date object.This ITypeResolver may serve as a fallback when there is no ITypeResolver available for a certain type.Resolves
LocalDateobjects by formatting them with aDateTimeFormatter.ResolvesLocalDateTimevalues to a formatted string.ResolvesLocalTimevalues to the format specified by theDateTimeFormatterpassed to the constructor.