| Class | Description |
|---|---|
| Backporter |
This class backports classes to the specified targetClassVersion.
|
| DefaultInterfaceMethodConverter |
This ClassVisitor moves all default interface methods in the visited
interfaces to concrete implementations.
|
| JSR310Converter |
This ClassVisitor will replace any occurrence of java.time.** related methods / types
that have been introduced in Java 8 to the threetenbp library.
|
| LambdaExpression |
A small helper class that captures useful information
about a lambda expression as encountered in a class file.
|
| LambdaExpressionCollector |
This ClassVisitor collects all lambda expressions that are defined in
a visited class.
|
| LambdaExpressionConverter |
This ClassVisitor converts all lambda expressions in the visited
classes to anonymous inner classes.
|
| StaticInterfaceMethodConverter |
This ClassVisitor moves all static interface methods in the visited
interfaces to a separate util class and updates all invocations in
the program class pool.
|
| StreamSupportConverter |
This ClassVisitor will replace any occurrence of stream related methods / types
that have been introduced in Java 8 to the streamsupport library.
|
| StringConcatenationConverter |
This InstructionVisitor converts all indy String Concatenations in the visited
classes to StringBuilder-append chains.
|
Copyright © 2019. All rights reserved.