public final class ConfigExpander extends Object implements BiConsumer<org.wildfly.common.expression.ResolveContext<RuntimeException>,StringBuilder>
Config
. This can be passed in as an expander
to Expression.evaluate(BiConsumer)
.Modifier and Type | Field and Description |
---|---|
static ConfigExpander |
INSTANCE |
(package private) static int |
MAX_DEPTH |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.wildfly.common.expression.ResolveContext<RuntimeException> context,
StringBuilder stringBuilder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public static final ConfigExpander INSTANCE
static final int MAX_DEPTH
public void accept(org.wildfly.common.expression.ResolveContext<RuntimeException> context, StringBuilder stringBuilder)
accept
in interface BiConsumer<org.wildfly.common.expression.ResolveContext<RuntimeException>,StringBuilder>
Copyright © 2020 JBoss by Red Hat. All rights reserved.