Uses of Interface
java.lang.StringTemplate.Processor
Packages that use StringTemplate.ProcessorPREVIEW
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
Fields in java.lang declared as StringTemplate.ProcessorPREVIEWModifier 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.Methods in java.lang that return StringTemplate.ProcessorPREVIEWModifier 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.Methods in java.lang with parameters of type StringTemplate.ProcessorPREVIEWModifier 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
Classes in java.util that implement StringTemplate.ProcessorPREVIEWModifier and TypeClassDescriptionfinal class
Preview.ThisStringTemplate.Processor
PREVIEW constructs aString
result usingFormatter
specifications and values found in theStringTemplate
PREVIEW.