public class MigratedInspection extends Object
Takes TransformedInspection and renames it to original name, providing bytecode of transformed and renamed class.
In order to allow renaming transformed class to the name of original class, MigratedInspection uses
SeparatedClassLoader internally.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MigratedInspection.Migration |
static class |
MigratedInspection.MigrationImpl |
static class |
MigratedInspection.MigrationResult |
| Constructor and Description |
|---|
MigratedInspection(TransformedInspection transformed) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
toBytecode() |
byte[] |
toSerializedForm() |
public MigratedInspection(TransformedInspection transformed) throws InspectionTransformationException
Copyright © 2019 JBoss by Red Hat. All rights reserved.