Fly4sConfig

fly4s.data.Fly4sConfig
See theFly4sConfig companion class
object Fly4sConfig

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def fromJava(c: Configuration): Fly4sConfig

Attributes

Inherited from:
Fly4sConfigBuilder (hidden)
def toJavaF[F[_] : MonadThrow](c: Fly4sConfig, classLoader: ClassLoader): F[Configuration]

Attributes

Inherited from:
Fly4sConfigBuilder (hidden)

Deprecated and Inherited methods

def toJava(c: Fly4sConfig, classLoader: ClassLoader): Try[Configuration]

Attributes

Deprecated
true
Inherited from:
Fly4sConfigBuilder (hidden)

Inherited fields

lazy val default: Fly4sConfig

Attributes

Inherited from:
Fly4sConfigBuilder (hidden)

Extensions

Extensions

extension (i: Fly4sConfig)
def withBaselineDescription(baselineDescription: String): Fly4sConfig
def withBaselineOnMigrate(baselineOnMigrate: Boolean): Fly4sConfig
def withCallbacks(callbacks: List[Callback]): Fly4sConfig
def withCleanDisabled(cleanDisabled: Boolean): Fly4sConfig
def withCleanOnValidationError(cleanOnValidationError: Boolean): Fly4sConfig
def withConnectRetries(connectRetries: Int): Fly4sConfig
def withCreateSchemas(createSchemas: Boolean): Fly4sConfig
def withDefaultSchemaName(defaultSchemaName: Option[String]): Fly4sConfig
def withEncoding(encoding: Charset): Fly4sConfig
def withFailOnMissingLocations(failOnMissingLocations: Boolean): Fly4sConfig
def withGroup(group: Boolean): Fly4sConfig
def withIgnoreMigrationPatterns(ignoreMigrationPatterns: List[ValidatePattern]): Fly4sConfig
def withInitSql(initSql: Option[String]): Fly4sConfig
def withInstalledBy(installedBy: Option[String]): Fly4sConfig
def withLocations(locations: List[Location]): Fly4sConfig
def withLockRetryCount(lockRetryCount: Int): Fly4sConfig
def withLoggers(loggers: List[LoggerType]): Fly4sConfig
def withMixed(mixed: Boolean): Fly4sConfig
def withOutOfOrder(outOfOrder: Boolean): Fly4sConfig
def withPlaceholderPrefix(placeholderPrefix: String): Fly4sConfig
def withPlaceholderReplacement(placeholderReplacement: Boolean): Fly4sConfig
def withPlaceholderSuffix(placeholderSuffix: String): Fly4sConfig
def withPlaceholders(placeholders: Map[String, String]): Fly4sConfig
def withRepeatableSqlMigrationPrefix(repeatableSqlMigrationPrefix: String): Fly4sConfig
def withResourceProvider(resourceProvider: Option[ResourceProvider]): Fly4sConfig
def withSchemaNames(schemaNames: Option[NonEmptyList[String]]): Fly4sConfig
def withSkipDefaultCallbacks(skipDefaultCallbacks: Boolean): Fly4sConfig
def withSkipDefaultResolvers(skipDefaultResolvers: Boolean): Fly4sConfig
def withSqlMigrationPrefix(sqlMigrationPrefix: String): Fly4sConfig
def withSqlMigrationSeparator(sqlMigrationSeparator: String): Fly4sConfig
def withSqlMigrationSuffixes(sqlMigrationSuffixes: Seq[String]): Fly4sConfig
def withTable(table: String): Fly4sConfig
def withTablespace(tablespace: Option[String]): Fly4sConfig
def withValidateMigrationNaming(validateMigrationNaming: Boolean): Fly4sConfig
def withValidateOnMigrate(validateOnMigrate: Boolean): Fly4sConfig