no.bekk.bekkopen.mail.MailValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nocommons Show documentation
Show all versions of nocommons Show documentation
The NoCommons library is a collection of helper classes for manipulation and validation of data specific to
Norway and Norwegian citizens.
package no.bekk.bekkopen.mail;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import no.bekk.bekkopen.common.StringNumberValidator;
/**
* Validates Postnummer and Poststed objects.
*/
public class MailValidator extends StringNumberValidator {
private static final int POSTNUMMER_LENGTH = 4;
private static Map, ?> poststedMap = new HashMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy