Uses of Class
com.floragunn.codova.validation.VariableResolvers
-
Packages that use VariableResolvers Package Description com.floragunn.codova.documents com.floragunn.codova.validation -
-
Uses of VariableResolvers in com.floragunn.codova.documents
Methods in com.floragunn.codova.documents that return VariableResolvers Modifier and Type Method Description VariableResolversParser.Context.Basic. variableResolvers()VariableResolversParser.Context. variableResolvers()Methods in com.floragunn.codova.documents with parameters of type VariableResolvers Modifier and Type Method Description Parser.Context.BasicParser.Context.Basic. variableResolvers(VariableResolvers variableResolvers)static Parser.Context.BasicParser.Context. variableResolvers(VariableResolvers variableResolvers) -
Uses of VariableResolvers in com.floragunn.codova.validation
Fields in com.floragunn.codova.validation declared as VariableResolvers Modifier and Type Field Description static VariableResolversVariableResolvers. ALLstatic VariableResolversVariableResolvers. ALL_PRIVILEGEDMethods in com.floragunn.codova.validation that return VariableResolvers Modifier and Type Method Description VariableResolversVariableResolvers. with(String name, ValidatingFunction<String,Object> function)Methods in com.floragunn.codova.validation with parameters of type VariableResolvers Modifier and Type Method Description ValidatingDocNodeValidatingDocNode. expandVariables(VariableResolvers variableProviders)
-