| Package | Description |
|---|---|
| com.vaadin.flow.migration |
| Modifier and Type | Method and Description |
|---|---|
AnnotationsRewriteStrategy |
MigrationConfiguration.getAnnotationRewriteStrategy()
Gets the annotation rewrite strategy.
|
static AnnotationsRewriteStrategy |
AnnotationsRewriteStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationsRewriteStrategy[] |
AnnotationsRewriteStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationConfiguration.Builder |
MigrationConfiguration.Builder.setAnnotationRewriteStrategy(AnnotationsRewriteStrategy strategy)
Sets the annotation rewrite strategy.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.