public class CaseParameterCorrector extends Object
model node
that is of type string
.Modifier and Type | Field and Description |
---|---|
static ParameterCorrector |
TO_LOWER
Converts the string value of the
newValue into lowercase only if the value is not already in lowercase. |
static ParameterCorrector |
TO_UPPER
Converts the string value of the
newValue into uppercase only if the value is not already in uppercase. |
Constructor and Description |
---|
CaseParameterCorrector() |
public static final ParameterCorrector TO_UPPER
newValue
into uppercase only if the value is not already in uppercase.public static final ParameterCorrector TO_LOWER
newValue
into lowercase only if the value is not already in lowercase.Copyright © 2023 JBoss by Red Hat. All rights reserved.