Uses of Interface
java.lang.classfile.ClassFile.Option
Packages that use ClassFile.Option
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.Option in java.lang.classfile
Subinterfaces of ClassFile.Option in java.lang.classfileModifier and TypeInterfaceDescriptionstatic interfaceOption describing attribute mappers for custom attributes.static interfaceOption describing the class hierarchy resolver to use when generating stack maps.Classes in java.lang.classfile that implement ClassFile.OptionModifier and TypeClassDescriptionstatic enumOption 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 enumOption describing whether to preserve the original constant pool when transforming aclassfile.static enumOption describing whether to patch out unreachable code.static enumOption describing whether to filter unresolved labels.static enumOption describing whether to process or discard debug elements.static enumOption describing whether to process or discard line numbers.static enumOption describing whether to automatically rewrite short jumps to long when necessary.static enumOption describing whether to generate stackmaps.Methods in java.lang.classfile with parameters of type ClassFile.OptionModifier and TypeMethodDescriptionstatic ClassFileClassFile.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.