Package pro.verron.docxstamper.preset.resolver


package pro.verron.docxstamper.preset.resolver
  • Classes
    Class
    Description
    This ITypeResolver creates a formatted date String for expressions that return a Date object.
    This ITypeResolver allows context objects to return objects of type Image.
    Resolves LocalDate objects by formatting them with a DateTimeFormatter.
    Resolves LocalDateTime values to a formatted string.
    Resolves LocalTime values to the format specified by the DateTimeFormatter passed to the constructor.
    The Null2DefaultResolver class is an implementation of the ObjectResolver interface that resolves null objects by creating a run with a default text value.
    The Null2PlaceholderResolver class is an implementation of the ObjectResolver interface.
    The Resolvers class provides static methods to create different types of ObjectResolvers.
    A StringResolver is an abstract class that provides a generic implementation for resolving objects to strings.
    The ToStringResolver class is an implementation of the ObjectResolver interface that resolves objects by converting them to a string representation using the `toString()` method and creating a new run with the resolved content.