Uses of Class
de.cuioss.tools.formatting.template.lexer.Lexer
Packages that use Lexer
Package
Description
Template package contains classes for different templates configurations
This packages contains classes for operations for different string templates.
-
Uses of Lexer in de.cuioss.tools.formatting.template
Methods in de.cuioss.tools.formatting.template with parameters of type LexerModifier and TypeMethodDescriptionstatic <F extends FormatterSupport>
TemplateFormatter<F>TemplateFormatterImpl.createFormatter(String template, Lexer<F> lexer) static <F extends FormatterSupport>
TemplateFormatter<F>TemplateFormatterImpl.createFormatter(String template, Lexer<F> lexer, boolean strict) static <E extends FormatterSupport>
voidValidator.validateTemplate(String template, Lexer<E> lexer) This method provide validation for template of specific expression language. -
Uses of Lexer in de.cuioss.tools.formatting.template.lexer
Methods in de.cuioss.tools.formatting.template.lexer that return LexerModifier and TypeMethodDescription<F extends FormatterSupport>
Lexer<F>LexerBuilder.Builder.build(F source) Build the formatter forFormatterSupporttype<F extends FormatterSupport>
Lexer<F>