public class ConversionErrorFieldValidator extends RepopulateConversionErrorFieldValidatorSupport
     <!-- Plain Validator Syntax -->
     <validator type="conversion">
                <param name="fieldName">myField</param>
          <message>Conversion Error Occurred</message>
     </validator>
      
     <!-- Field Validator Syntax -->
     <field name="myField">
        <field-validator type="conversion">
           <message>Conversion Error Occurred</message>
        </field-validator>
     </field>
 
 currentValue, fieldName, typedefaultMessage, EMPTY_STRING, messageKey, stack, textProviderFactory| Constructor and Description | 
|---|
| ConversionErrorFieldValidator() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doValidate(Object object)The validation implementation must guarantee that setValidatorContext will
 be called with a non-null ValidatorContext before validate is called. | 
escape, isRepopulateField, repopulateField, setRepopulateField, validategetCurrentValue, getFieldName, getValidatorType, setFieldName, setValidatorTypeaddActionError, addFieldError, getDefaultMessage, getFieldValue, getMessage, getMessageKey, getMessageParameters, getValidatorContext, isShortCircuit, parse, setDefaultMessage, setMessageKey, setMessageParameters, setShortCircuit, setTextProviderFactory, setValidatorContext, setValueStackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultMessage, getMessage, getMessageKey, getMessageParameters, getValidatorContext, setDefaultMessage, setMessageKey, setMessageParameters, setValidatorContext, setValueStackpublic void doValidate(Object object) throws ValidationException
doValidate in class RepopulateConversionErrorFieldValidatorSupportobject - the object to be validatedValidationException - in case of validation problemsCopyright © 2000–2025 Apache Software Foundation. All rights reserved.