Uses of Class
org.forgerock.config.resolvers.SubstitutionVisitor.Builder
Package
Description
This package contains the common config property resolvers.
-
Uses of SubstitutionVisitor.Builder in org.forgerock.config.resolvers
Modifier and TypeMethodDescriptionSubstitutionVisitor.Builder.recursive
(TemplateParser parser) Specify if the substitution is going to be recursive (substituted property values are parsed and evaluated until there is no token left).SubstitutionVisitor.Builder.sensitive
(boolean sensitive) Specify if the property resolver is going to handle sensitive values (false by default
).static SubstitutionVisitor.Builder
SubstitutionVisitor.substitution
(PropertyResolver resolver) Create a builder forSubstitutionVisitor
.