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 ExpressionCompile the given JSLT file.static ExpressionParser.compile(File jslt, Collection<Function> functions) Compile the given JSLT file with the given predefined functions.static ExpressionParser.compile(String source, Reader reader, Collection<Function> functions) Compile JSLT expression from the Reader.static ExpressionParser.compileResource(String jslt) Load and compile JSLT expression from the classpath.static ExpressionParser.compileResource(String jslt, Collection<Function> functions) Load and compile JSLT expression from the classpath with the given extension functions.static ExpressionParser.compileString(String jslt) Compile JSLT expression given as an inline string.static ExpressionParser.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 TypeClassDescriptionclassWrapper 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 ExpressionParserImpl.compileExpression(ParseContext ctx, JsltParser parser)