Package org.apache.juneau.svl
package org.apache.juneau.svl
Simple Variable Language
-
ClassDescriptionInterface for the resolution of vars with a default value if the
resolve() method returnsnull .A subclass ofDefaultingVar
that 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 anJsonMap
that 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 aVarResolver
with one or more session objects.