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.
Indicates that no validation has occurred. None is considered "valid", effectively
a no-op validation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micrometer.core.instrument.config.validate.Validated
Validated.Either, Validated.Invalid<T>, Validated.None<T>, Validated.Secret, Validated.Valid<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
None
public None()
-
-
Method Details
-
isValid
public boolean isValid() -
map
-
flatMap
-
get
-
orElseGet
-
orThrow
public void orThrow() -
iterator
-