Uses of Class
com.schibsted.spt.data.jslt.Parser
Packages that use Parser
-
Uses of Parser in com.schibsted.spt.data.jslt
Methods in com.schibsted.spt.data.jslt that return ParserModifier and TypeMethodDescriptionParser.withFunctions
(Collection<Function> theseFunctions) Create a new Parser with the given extension functions.Parser.withNamedModules
(Map<String, Module> thisModules) Create a new Parser with the given modules registered.Parser.withObjectFilter
(JsonFilter filter) Create a new Parser with the given filter for object values.Parser.withObjectFilter
(String filter) Create a new Parser with the given filter for object values.Parser.withResourceResolver
(ResourceResolver thisResolver) Create a new Parser with the given resource resolver.Parser.withSource
(String thisSource) Create a new Parser with the given source name.