Uses of Interface
java.lang.classfile.ClassFile.Option
Packages that use ClassFile.OptionPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.OptionPREVIEW in java.lang.classfilePREVIEW
Subinterfaces of ClassFile.OptionPREVIEW in java.lang.classfilePREVIEWModifier and TypeInterfaceDescriptionstatic interfacePreview.Option describing attribute mappers for custom attributes.static interfacePreview.Option describing the class hierarchy resolver to use when generating stack maps.Classes in java.lang.classfilePREVIEW that implement ClassFile.OptionPREVIEWModifier and TypeClassDescriptionstatic enumPreview.Option describing whether to process or discard unrecognized or problematic original attributes when a class, record component, field, method or code is transformed in its exploded form.static enumPreview.Option describing whether to preserve the original constant pool when transforming a classfile.static enumPreview.Option describing whether to patch out unreachable code.static enumPreview.Option describing whether to filter unresolved labels.static enumPreview.Option describing whether to process or discard debug elements.static enumPreview.Option describing whether to process or discard line numbers.static enumPreview.Option describing whether to automatically rewrite short jumps to long when necessary.static enumPreview.Option describing whether to generate stackmaps.Methods in java.lang.classfilePREVIEW with parameters of type ClassFile.OptionPREVIEWModifier and TypeMethodDescriptionClassFile.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.