Uses of Interface
org.jboss.as.controller.ParameterCorrector
-
Packages that use ParameterCorrector Package Description org.jboss.as.controller -
-
Uses of ParameterCorrector in org.jboss.as.controller
Classes in org.jboss.as.controller that implement ParameterCorrector Modifier and Type Class Description classPropagatingCorrectorThis implementation propagates properties present in the current attribute value but missing from the new value.Fields in org.jboss.as.controller declared as ParameterCorrector Modifier and Type Field Description static ParameterCorrectorMapAttributeDefinition. LIST_TO_MAP_CORRECTORstatic ParameterCorrectorCaseParameterCorrector. TO_LOWERConverts the string value of thenewValueinto lowercase only if the value is not already in lowercase.static ParameterCorrectorCaseParameterCorrector. TO_UPPERConverts the string value of thenewValueinto uppercase only if the value is not already in uppercase.Methods in org.jboss.as.controller that return ParameterCorrector Modifier and Type Method Description ParameterCorrectorAbstractAttributeDefinitionBuilder. getCorrector()ParameterCorrectorAttributeDefinition. getCorrector()Gets the corrector used to correct values before checking that they comply with the attribute's definition.Methods in org.jboss.as.controller with parameters of type ParameterCorrector Modifier and Type Method Description BUILDERAbstractAttributeDefinitionBuilder. setCorrector(ParameterCorrector corrector)Sets aParameterCorrectorto use to adjust any user provided values beforevalidationoccurs.
-