Package org.openrewrite
Class Validated.Secret
A specialization
Validated.Valid that won't print the secret in plain text if the validation is serialized.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openrewrite.Validated
Validated.Both<T>, Validated.Either<T>, Validated.Invalid<T>, Validated.Missing<T>, Validated.None<T>, Validated.Secret, Validated.Valid<T> -
Field Summary
Fields inherited from class org.openrewrite.Validated.Valid
property -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openrewrite.Validated.Valid
getProperty, getValue, isValid, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Secret
-
-
Method Details
-
toString
- Overrides:
toStringin classValidated.Valid<String>
-