Uses of Class
net.codecrete.qrbill.generator.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in net.codecrete.qrbill.generator
Methods in net.codecrete.qrbill.generator that return ValidationResultModifier and TypeMethodDescriptionQRBillValidationError.getValidationResult()Gets the validation result with the error messages.static ValidationResultValidates and cleans the bill data.Constructors in net.codecrete.qrbill.generator with parameters of type ValidationResultModifierConstructorDescriptionQRBillValidationError(ValidationResult validationResult) Constructs a new instance with the specified validation result.