Package net.bytebuddy.utility
Interface AsmClassReader.Factory
- All Known Implementing Classes:
AsmClassReader.Factory.Default
,OpenedClassReader
- Enclosing interface:
AsmClassReader
public static interface AsmClassReader.Factory
A factory to create a
AsmClassReader
.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Default implementations for factories ofAsmClassReader
s. -
Method Summary
-
Method Details
-
make
Creates a class reader for a given class file.- Parameters:
binaryRepresentation
- The class file's binary representation.- Returns:
- A class reader representation for the supplied class file.
-
make
Creates a class reader for a given class file.- Parameters:
binaryRepresentation
- The class file's binary representation.experimental
-true
if unknown Java class files versions should also be considered.- Returns:
- A class reader representation for the supplied class file.
-