Uses of Interface
java.lang.StringTemplate.Processor
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
-
Uses of StringTemplate.ProcessorPREVIEW in java.lang
Modifier and TypeFieldDescriptionStringTemplate.RAW
ThisStringTemplate.Processor
PREVIEW instance is conventionally used to indicate that the processing of theStringTemplate
PREVIEW is to be deferred to a later time.static final StringTemplate.ProcessorPREVIEW
<String, RuntimeException> StringTemplate.STR
ThisStringTemplate.Processor
PREVIEW instance is conventionally used for the string interpolation of a suppliedStringTemplate
PREVIEW.Modifier and TypeMethodDescriptionstatic <T> StringTemplate.ProcessorPREVIEW
<T, RuntimeException> StringTemplate.Processor.of
(Function<? super StringTemplatePREVIEW, ? extends T> process) This factory method can be used to create aStringTemplate.Processor
PREVIEW containing aprocess(java.lang.StringTemplate)
PREVIEW method derived from a lambda expression.Modifier and TypeMethodDescriptiondefault <R,
E extends Throwable>
RStringTemplate.process
(StringTemplate.ProcessorPREVIEW<? extends R, ? extends E> processor) Returns the result of applying the specified processor to thisStringTemplate
PREVIEW. -
Uses of StringTemplate.ProcessorPREVIEW in java.util
Modifier and TypeClassDescriptionfinal class
Preview.ThisStringTemplate.Processor
PREVIEW constructs aString
result usingFormatter
specifications and values found in theStringTemplate
PREVIEW.