Uses of Class
com.schibsted.spt.data.jslt.Parser
-
Packages that use Parser Package Description com.schibsted.spt.data.jslt The public API to the JSLT processor. -
-
Uses of Parser in com.schibsted.spt.data.jslt
Methods in com.schibsted.spt.data.jslt that return Parser Modifier and Type Method Description Parser
Parser. withFunctions(java.util.Collection<Function> theseFunctions)
Create a new Parser with the given extension functions.Parser
Parser. withNamedModules(java.util.Map<java.lang.String,Module> thisModules)
Create a new Parser with the given modules registered.Parser
Parser. withObjectFilter(JsonFilter filter)
Create a new Parser with the given filter for object values.Parser
Parser. withObjectFilter(java.lang.String filter)
Create a new Parser with the given filter for object values.Parser
Parser. withResourceResolver(ResourceResolver thisResolver)
Create a new Parser with the given resource resolver.Parser
Parser. withSource(java.lang.String thisSource)
Create a new Parser with the given source name.
-