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 ParserParser. withFunctions(java.util.Collection<Function> theseFunctions)Create a new Parser with the given extension functions.ParserParser. withNamedModules(java.util.Map<java.lang.String,Module> thisModules)Create a new Parser with the given modules registered.ParserParser. withObjectFilter(JsonFilter filter)Create a new Parser with the given filter for object values.ParserParser. withObjectFilter(java.lang.String filter)Create a new Parser with the given filter for object values.ParserParser. withResourceResolver(ResourceResolver thisResolver)Create a new Parser with the given resource resolver.ParserParser. withSource(java.lang.String thisSource)Create a new Parser with the given source name.
-