Class Validator

Object
Validator
Direct Known Subclasses:
CodeListValidator, GeometryValidator, ImageValidator, MetadataValidator, NameValidator, ReferencingValidator

public abstract class Validator extends Object
Base class of all GeoAPI validators. Validators can be configured on a case-by-case basis by changing the values of non-final public fields. If the same configuration needs to be applied on all validators, then ValidatorContainer.all provides a convenient way to make such change in a loop.

Configurations available in this class and some subclasses are:

Once the configuration is finished, all validators provided in GeoAPI are thread-safe provided that their configuration is not modified.

Since:
2.2