Class MaskingRule
java.lang.Object
com.styra.opa.openapi.models.shared.MaskingRule
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
value
Returns an instance of one of these types:com.styra.opa.openapi.models.shared.One
Use
instanceof
to determine what type is returned. For example:if (obj.value() instanceof String) { String answer = (String) obj.value(); System.out.println("answer=" + answer); }
- Returns:
- value of oneOf type
-
equals
-
hashCode
public int hashCode() -
toString