Class Validated.None<T>

java.lang.Object
io.micrometer.core.instrument.config.validate.Validated.None<T>
Type Parameters:
T - A type that this validation is being coerced to or joined with in a list of validators.
All Implemented Interfaces:
Validated<T>, java.lang.Iterable<Validated<T>>
Enclosing interface:
Validated<T>

public static class Validated.None<T>
extends java.lang.Object
implements Validated<T>
Indicates that no validation has occurred. None is considered "valid", effectively a no-op validation.
  • Constructor Details

    • None

      public None()
  • Method Details