protected class FlywayDatabaseExtension.FlywayDatabaseExtensionInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected FlywayWrapper |
flywayWrapper |
| Modifier | Constructor and Description |
|---|---|
protected |
FlywayDatabaseExtensionInterceptor(FlywayWrapper flywayWrapper) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
apply(java.util.function.Function<FlywayDescriptor,FlywayDatabasePreparer> creator) |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation invocation) |
protected final FlywayWrapper flywayWrapper
protected FlywayDatabaseExtensionInterceptor(FlywayWrapper flywayWrapper)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorjava.lang.Throwableprotected java.lang.Object apply(java.util.function.Function<FlywayDescriptor,FlywayDatabasePreparer> creator)