Class ValidatorHost

All Implemented Interfaces:
io.github.mmm.base.lang.Composable<Validator<?>>, Validator<CharSequence>, Iterable<Validator<?>>

public final class ValidatorHost extends AbstractValueValidator<CharSequence>
Validator validating that a given CharSequence is a valid host or domain. Therefore the value must be a valid hostname or IP-address.
Since:
1.0.0