Uses of Interface
java.lang.classfile.ClassFile
Packages that use ClassFile
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides specific components, transformations, and tools built on top of the
java.lang.classfile
library.-
Uses of ClassFile in java.lang.classfile
Methods in java.lang.classfile that return ClassFileModifier and TypeMethodDescriptionstatic ClassFile
ClassFile.of()
Returns a context with default options.static ClassFile
ClassFile.of
(ClassFile.Option... options) Returns a new context with options altered from the default.ClassFile.withOptions
(ClassFile.Option... options) Returns a copy of the context with altered options. -
Uses of ClassFile in java.lang.classfile.components
Methods in java.lang.classfile.components with parameters of type ClassFileModifier and TypeMethodDescriptiondefault byte[]
ClassRemapper.remapClass
(ClassFile context, ClassModel clm) Remaps the whole ClassModel into a new class file, including the class name.