Uses of Interface
java.lang.classfile.ClassFile
Packages that use ClassFile
Package
Description
Provides classfile parsing, generation, and transformation 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 context with options altered from the default.ClassFile.withOptions
(ClassFile.Option... options) Returns a context with altered options from this context.