Interface SecretValue.Matcher<R>
-
- Enclosing class:
- SecretValue
public static interface SecretValue.Matcher<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
binary(byte[] bytes)
R
string(String str)
-