Uses of Interface
io.smallrye.classfile.attribute.ConstantValueAttribute
Packages that use ConstantValueAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of ConstantValueAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type ConstantValueAttributeModifier and TypeMethodDescriptionAttributes.constantValue()Returns the mapper for theConstantValueattribute. -
Uses of ConstantValueAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return ConstantValueAttributeModifier and TypeMethodDescriptionstatic ConstantValueAttributeConstantValueAttribute.of(ConstantValueEntry value) Returns aConstantValueattribute.static ConstantValueAttributeConstantValueAttribute.of(ConstantDesc value) Returns aConstantValueattribute.