List of usage examples for org.apache.commons.lang3.text StrSubstitutor subclass-usage
From source file com.smoketurner.dropwizard.consul.config.ConsulSubstitutor.java
/** * A custom {@link StrSubstitutor} using Consul KV as lookup source. */ public class ConsulSubstitutor extends StrSubstitutor { public ConsulSubstitutor(@Nonnull final Consul consul) {
From source file dk.dbc.RequireSubstitution.java
/** * * @author DBC {@literal <dbc.dk>} */ public class RequireSubstitution extends StrSubstitutor {