Module de.cuioss.java.tools
Package de.cuioss.tools.formatting.template
package de.cuioss.tools.formatting.template
Template package contains classes for different templates configurations
-
ClassDescriptionProvides runtime-information about a bean without resorting to reflection.TemplateFormatter<T extends FormatterSupport>The formatter should be able to convert complex type based on
FormatterSupportinto text by using a defined template.TemplateFormatterImpl<T extends FormatterSupport>Formatter which is able to replace parameter inside the template based onFormatterSupportinformation.Template BuilderTemplateManager<T extends FormatterSupport>Builder inner class for the template managerValidator<F extends FormatterSupport>Validator.ValidatorBuilder<E extends FormatterSupport>