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 ParameterCorrector TO_UPPER
newValue
into uppercase only if the value is not already in uppercase.public static ParameterCorrector TO_LOWER
newValue
into lowercase only if the value is not already in lowercase.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.