Package org.jboss.as.controller
Class CaseParameterCorrector
java.lang.Object
org.jboss.as.controller.CaseParameterCorrector
Parameter correctors that can be used to change the case of a
model node that is of type string.- Author:
- James R. Perkins
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ParameterCorrectorConverts the string value of thenewValueinto lowercase only if the value is not already in lowercase.static final ParameterCorrectorConverts the string value of thenewValueinto uppercase only if the value is not already in uppercase. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TO_UPPER
Converts the string value of thenewValueinto uppercase only if the value is not already in uppercase. -
TO_LOWER
Converts the string value of thenewValueinto lowercase only if the value is not already in lowercase.
-
-
Constructor Details
-
CaseParameterCorrector
public CaseParameterCorrector()
-