Package org.openrewrite
Class Validated.Valid
- java.lang.Object
-
- org.openrewrite.Validated.Valid
-
- Direct Known Subclasses:
Validated.Secret
- Enclosing interface:
- Validated
public static class Validated.Valid extends java.lang.Object implements Validated
A valid property value.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openrewrite.Validated
Validated.Both, Validated.Either, Validated.Invalid, Validated.Missing, Validated.None, Validated.Secret, Validated.Valid
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringproperty
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetProperty()<T> TgetValue()booleanisValid()java.util.Iterator<Validated>iterator()java.lang.StringtoString()
-