Package io.github.mmm.validation.string
Class ValidatorIpV6Address
- java.lang.Object
-
- io.github.mmm.validation.AbstractValidator<V>
-
- io.github.mmm.validation.AbstractValueValidator<CharSequence>
-
- io.github.mmm.validation.string.ValidatorIpV6Address
-
- All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>,Validator<CharSequence>,Iterable<Validator<?>>
public final class ValidatorIpV6Address extends AbstractValueValidator<CharSequence>
- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringID-
Fields inherited from interface io.github.mmm.validation.Validator
ID_MANDATORY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ValidatorIpV6Addressget()StringgetId()protected io.github.mmm.nls.NlsMessagevalidateNotNull(CharSequence value)-
Methods inherited from class io.github.mmm.validation.AbstractValueValidator
validate, validateNull
-
Methods inherited from class io.github.mmm.validation.AbstractValidator
equals, hashCode, isDynamic, source2string, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.base.lang.Composable
getChild, getChildCount, iterator
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface io.github.mmm.validation.Validator
append, append, containsId, getMax, getMin, isMandatory, validate
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
getId(), Constant Field Values
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceValidator<CharSequence>- Overrides:
getIdin classAbstractValidator<CharSequence>
-
validateNotNull
protected io.github.mmm.nls.NlsMessage validateNotNull(CharSequence value)
- Specified by:
validateNotNullin classAbstractValueValidator<CharSequence>
-
get
public static ValidatorIpV6Address get()
- Returns:
- the instance of
ValidatorIpV6Address.
-
-