Class Validated.Valid<T>
java.lang.Object
io.micrometer.core.instrument.config.validate.Validated.Valid<T>
- Type Parameters:
T
- The type of the property.
- Direct Known Subclasses:
Validated.Secret
A valid property value.
-
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
property
-
-
Constructor Details
-
Valid
-
-
Method Details
-
isValid
public boolean isValid() -
iterator
-
get
-
orThrow
public void orThrow() -
orElseGet
-
map
-
flatMap
-
getProperty
-
toString
-