Uses of Package
java.lang.template
Packages that use java.lang.template
Package
Description
String templates and template processors provide a comprehensive
system for combining literal text with the values from embedded expressions
to produce a result.
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.
-
Classes in java.lang.template used by java.lang.templateClassDescriptionPreview.This interface is used to implement template processors that only produce
String
results.Preview.StringTemplate
PREVIEW is the run-time representation of a string template or text block template in a template expression.Preview.This interface is used to implement template processors that do not throw checked exceptions.Preview.This interface describes the methods provided by a generalized string template processor. -
Classes in java.lang.template used by java.utilClassDescriptionPreview.Policies using this additional interface have the flexibility to specialize the composition of the templated string by returning a customized
MethodHandle
fromlinkage
PREVIEW.Preview.This interface is used to implement template processors that only produceString
results.Preview.StringTemplate
PREVIEW is the run-time representation of a string template or text block template in a template expression.Preview.This interface is used to implement template processors that do not throw checked exceptions.Preview.This interface describes the methods provided by a generalized string template processor.