Class Validated.Secret
java.lang.Object
io.micrometer.core.instrument.config.validate.Validated.Valid<String>
io.micrometer.core.instrument.config.validate.Validated.Secret
A specialization
Validated.Valid that won't print the secret in plain text if the
validation is serialized.- Since:
- 1.5.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface Validated
Validated.Either, Validated.Invalid<T>, Validated.None<T>, Validated.Secret, Validated.Valid<T> -
Field Summary
Fields inherited from class Validated.Valid
property -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Validated.Valid
flatMap, get, getProperty, isValid, iterator, map, orElseGet, orThrowMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
Secret
-
-
Method Details
-
toString
- Overrides:
toStringin classValidated.Valid<String>
-