Uses of Enum Class
java.lang.classfile.ClassFile.AttributesProcessingOption
Packages that use ClassFile.AttributesProcessingOption
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.AttributesProcessingOption in java.lang.classfile
Subclasses with type arguments of type ClassFile.AttributesProcessingOption in java.lang.classfileModifier and TypeClassDescriptionstatic enum
The option describing whether to retain or discard attributes that cannot verify their correctness after a transformation.Methods in java.lang.classfile that return ClassFile.AttributesProcessingOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ClassFile.AttributesProcessingOption[]
ClassFile.AttributesProcessingOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.