Uses of Interface
io.smallrye.classfile.attribute.SourceDebugExtensionAttribute
Packages that use SourceDebugExtensionAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of SourceDebugExtensionAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type SourceDebugExtensionAttributeModifier and TypeMethodDescriptionAttributes.sourceDebugExtension()Returns the mapper for theSourceDebugExtensionattribute. -
Uses of SourceDebugExtensionAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return SourceDebugExtensionAttributeModifier and TypeMethodDescriptionSourceDebugExtensionAttribute.of(byte[] contents) Returns aSourceDebugExtensionattribute.