Class Targets
java.lang.Object
com.styra.opa.openapi.models.shared.Targets
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Targets.Builder
builder()
boolean
int
hashCode()
mysql()
sqlite()
toString()
ucast()
withPostgresql
(Postgresql postgresql) withPostgresql
(Optional<? extends Postgresql> postgresql) withSqlite
(Sqlite sqlite) withSqlite
(Optional<? extends Sqlite> sqlite) withSqlserver
(Sqlserver sqlserver) withSqlserver
(Optional<? extends Sqlserver> sqlserver)
-
Constructor Details
-
Targets
-
Targets
public Targets()
-
-
Method Details