public class PropagatingCorrector extends Object implements ParameterCorrector
Modifier and Type | Field and Description |
---|---|
static PropagatingCorrector |
INSTANCE |
Constructor and Description |
---|
PropagatingCorrector() |
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.
|
public static final PropagatingCorrector INSTANCE
public org.jboss.dmr.ModelNode correct(org.jboss.dmr.ModelNode newValue, org.jboss.dmr.ModelNode currentValue)
ParameterCorrector
correct
in interface ParameterCorrector
newValue
- the new value to be setcurrentValue
- the current value of the attributeCopyright © 2023 JBoss by Red Hat. All rights reserved.