Class Postgresql
java.lang.Object
com.styra.opa.openapi.models.shared.Postgresql
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPostgresql
(Optional<String> query, Optional<? extends Map<String, Map<String, MaskingRule>>> masks) -
Method Summary
Modifier and TypeMethodDescriptionstatic final Postgresql.Builder
builder()
boolean
int
hashCode()
masks()
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.query()
String representing the SQL equivalent of the conditions under which the query is truetoString()
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use.String representing the SQL equivalent of the conditions under which the query is trueString representing the SQL equivalent of the conditions under which the query is true
-
Constructor Details
-
Postgresql
-
Postgresql
public Postgresql()
-
-
Method Details
-
query
String representing the SQL equivalent of the conditions under which the query is true -
masks
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. -
builder
-
withQuery
String representing the SQL equivalent of the conditions under which the query is true -
withQuery
String representing the SQL equivalent of the conditions under which the query is true -
withMasks
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. -
withMasks
Column masking rules, where the first two nested keys represent the table name and the column name, and the value describes which masking function to use. -
equals
-
hashCode
public int hashCode() -
toString
-