Class BicValueValidator
java.lang.Object
de.knightsoftnet.validators.shared.impl.BicValueValidator
- All Implemented Interfaces:
HasSetBicMapSharedConstants,jakarta.validation.ConstraintValidator<BicValue,Object>
public class BicValueValidator
extends Object
implements jakarta.validation.ConstraintValidator<BicValue,Object>, HasSetBicMapSharedConstants
Check a string if it's a valid BIC.
- Author:
- Manfred Tremmel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidinitialize(BicValue pconstraintAnnotation) initialize the validator.final booleancheck if given string is a valid BIC.voidsetBicMapSharedConstants(BicMapSharedConstants bicMapSharedConstants) setter for bic map shared constants.
-
Constructor Details
-
BicValueValidator
public BicValueValidator()
-
-
Method Details