Uses of Interface
com.schibsted.spt.data.jslt.Expression
Packages that use Expression
Package
Description
The public API to the JSLT processor.
Interfaces and classes for filtering which key/value pairs are
preserved in JSON objects as output from JSLT.
This package contains implementation-internal interfaces and classes.
The implementation of the JSLT parser.
-
Uses of Expression in com.schibsted.spt.data.jslt
Methods in com.schibsted.spt.data.jslt that return ExpressionModifier and TypeMethodDescriptionParser.compile()
Compile the JSLT from the defined parameters.static Expression
Compile the given JSLT file.static Expression
Parser.compile
(File jslt, Collection<Function> functions) Compile the given JSLT file with the given predefined functions.static Expression
Parser.compile
(String source, Reader reader, Collection<Function> functions) Compile JSLT expression from the Reader.static Expression
Parser.compileResource
(String jslt) Load and compile JSLT expression from the classpath.static Expression
Parser.compileResource
(String jslt, Collection<Function> functions) Load and compile JSLT expression from the classpath with the given extension functions.static Expression
Parser.compileString
(String jslt) Compile JSLT expression given as an inline string.static Expression
Parser.compileString
(String jslt, Collection<Function> functions) Compile JSLT expression given as an inline string with the given extension functions. -
Uses of Expression in com.schibsted.spt.data.jslt.filters
Fields in com.schibsted.spt.data.jslt.filters declared as ExpressionConstructors in com.schibsted.spt.data.jslt.filters with parameters of type Expression -
Uses of Expression in com.schibsted.spt.data.jslt.impl
Classes in com.schibsted.spt.data.jslt.impl that implement ExpressionModifier and TypeClassDescriptionclass
Wrapper class that translates an external Expression to an ExpressionNode. -
Uses of Expression in com.schibsted.spt.data.jslt.parser
Methods in com.schibsted.spt.data.jslt.parser that return ExpressionModifier and TypeMethodDescriptionstatic Expression
ParserImpl.compileExpression
(ParseContext ctx, JsltParser parser)