@FunctionalInterface public interface ParameterCorrector
| Modifier and Type | Method and Description |
|---|---|
org.jboss.dmr.ModelNode |
correct(org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode currentValue)
Adjusts the value to be set on the attribute.
|
org.jboss.dmr.ModelNode correct(org.jboss.dmr.ModelNode newValue,
org.jboss.dmr.ModelNode currentValue)
newValue - the new value to be setcurrentValue - the current value of the attributeCopyright © 2022 JBoss by Red Hat. All rights reserved.