@CompileStatic class RequireMeasurements extends AbstractValidator
Validates that every value that can be a Measurement is one. In conjunction with the DefaultValidator this has the effect of making sure that many values are correct.
You can write your own custom validators and add them via Config.
This is not included by default, you must add it using Config.setProcessors.