Uses of Interface
java.lang.classfile.ClassFile
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
PREVIEW library.-
Uses of ClassFilePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptionClassFile.of()
Returns a context with default options.ClassFile.of
(ClassFile.OptionPREVIEW... options) Returns a new context with options altered from the default.ClassFile.withOptions
(ClassFile.OptionPREVIEW... options) Returns a copy of the context with altered options. -
Uses of ClassFilePREVIEW in java.lang.classfile.componentsPREVIEW
Modifier and TypeMethodDescriptiondefault byte[]
ClassRemapper.remapClass
(ClassFilePREVIEW context, ClassModelPREVIEW clm) Remaps the whole ClassModel into a new class file, including the class name.