Uses of Enum Class
java.lang.classfile.ClassFile.AttributesProcessingOption
Packages that use ClassFile.AttributesProcessingOptionPREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of ClassFile.AttributesProcessingOptionPREVIEW in java.lang.classfilePREVIEW
Subclasses with type arguments of type ClassFile.AttributesProcessingOptionPREVIEW in java.lang.classfilePREVIEWModifier and TypeClassDescriptionstatic enum
Preview.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.Methods in java.lang.classfilePREVIEW that return ClassFile.AttributesProcessingOptionPREVIEWModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ClassFile.AttributesProcessingOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.