Package org.apache.juneau.svl
package org.apache.juneau.svl
- 
ClassDescriptionInterface for the resolution of vars with a default value if theresolve() method returnsnull .A subclass ofDefaultingVarthat simply pulls values from aMap.Interface for the resolution of vars that can have one or more keys where the first non-null resolution is returned.Interface for the resolution of vars that consist of a comma-delimited list.Subclass of anJsonMapthat automatically resolves any SVL variables in values.Abstract superclass of all Simple Var Language variables that resolve to simple returned string values.Abstract superclass of all Simple Var Language variables that write their values directly to a writer.Abstract superclass of all Simple Var Language variables.Simple list of variables that can consist of either variable classes or instances.Utility class for resolving variables of the form"$X{key}" in strings.Builder class.Exception that occurs during a var resolver session.A var resolver session that combines aVarResolverwith one or more session objects.