Package io.quarkus.flyway
Class FlywayDataSource.FlywayDataSourceLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<FlywayDataSource>
-
- io.quarkus.flyway.FlywayDataSource.FlywayDataSourceLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- FlywayDataSource
public static final class FlywayDataSource.FlywayDataSourceLiteral extends jakarta.enterprise.util.AnnotationLiteral<FlywayDataSource> implements FlywayDataSource
Supports inline instantiation of theFlywayDataSourcequalifier.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.flyway.FlywayDataSource
FlywayDataSource.FlywayDataSourceLiteral
-
-
Field Summary
Fields Modifier and Type Field Description static FlywayDataSource.FlywayDataSourceLiteralINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlywayDataSource.FlywayDataSourceLiteralof(String value)StringtoString()Stringvalue()-
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode
-
-
-
-
Field Detail
-
INSTANCE
public static final FlywayDataSource.FlywayDataSourceLiteral INSTANCE
-
-
Method Detail
-
of
public static FlywayDataSource.FlywayDataSourceLiteral of(String value)
-
value
public String value()
-
toString
public String toString()
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classjakarta.enterprise.util.AnnotationLiteral<FlywayDataSource>
-
-