Uses of Record Class
org.flywaydb.core.api.configuration.ObsoleteParameter
Packages that use ObsoleteParameter
-
Uses of ObsoleteParameter in org.flywaydb.core.api.exception
Methods in org.flywaydb.core.api.exception that return types with arguments of type ObsoleteParameterModifier and TypeMethodDescriptionObsoleteConfigurationParametersException.getObsoleteParameters()Constructor parameters in org.flywaydb.core.api.exception with type arguments of type ObsoleteParameterModifierConstructorDescriptionObsoleteConfigurationParametersException(String message, Collection<ObsoleteParameter> obsoleteParameters) -
Uses of ObsoleteParameter in org.flywaydb.core.api.output.errors
Methods in org.flywaydb.core.api.output.errors that return types with arguments of type ObsoleteParameterModifier and TypeMethodDescriptionObsoleteConfigurationParametersExceptionToErrorObjectConverter.ObsoleteConfigurationParametersErrorOutputItem.obsoleteParameters()Returns the value of theobsoleteParametersrecord component.Constructor parameters in org.flywaydb.core.api.output.errors with type arguments of type ObsoleteParameterModifierConstructorDescriptionObsoleteConfigurationParametersErrorOutputItem(ErrorCode errorCode, String message, ErrorCause cause, Collection<ObsoleteParameter> obsoleteParameters) Creates an instance of aObsoleteConfigurationParametersErrorOutputItemrecord class.