Uses of Interface
org.jboss.as.controller.ParameterCorrector
Packages that use ParameterCorrector
-
Uses of ParameterCorrector in org.jboss.as.controller
Classes in org.jboss.as.controller that implement ParameterCorrectorModifier and TypeClassDescriptionclassThis implementation propagates properties present in the current attribute value but missing from the new value.Fields in org.jboss.as.controller declared as ParameterCorrectorModifier and TypeFieldDescriptionstatic final ParameterCorrectorMapAttributeDefinition.LIST_TO_MAP_CORRECTORstatic final ParameterCorrectorModuleIdentifierUtil.MODULE_NAME_CORRECTORAParameterCorrectorthatcanonicalizesvalues that are meant to represent JBoss Modules module names.static final ParameterCorrectorCaseParameterCorrector.TO_LOWERConverts the string value of thenewValueinto lowercase only if the value is not already in lowercase.static final 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 ParameterCorrectorModifier and TypeMethodDescriptionAbstractAttributeDefinitionBuilder.getCorrector()AttributeDefinition.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 ParameterCorrectorModifier and TypeMethodDescriptionAbstractAttributeDefinitionBuilder.setCorrector(ParameterCorrector corrector) Sets aParameterCorrectorto use to adjust any user provided values beforevalidationoccurs.