Package org.forgerock.config.resolvers.template
package org.forgerock.config.resolvers.template
This package contains the template parser used in property substitution.
-
ClassDescriptionThis visitor detects if there is any token/placeholder inside the given
Template.Represents a templated string.A template parser receives a string input source, tokenize it (honoring escaping settings) and build aTemplatethat can be processed later on.TemplateVisitor<T,C> ATemplateVisitorrepresents an operation applied to aTemplate.