Uses of Interface
io.smallrye.classfile.constantpool.StringEntry
Packages that use StringEntry
Package
Description
Provides interfaces describing constant pool entries for the
io.smallrye.classfile library.-
Uses of StringEntry in io.smallrye.classfile.constantpool
Methods in io.smallrye.classfile.constantpool that return StringEntryModifier and TypeMethodDescriptionConstantPoolBuilder.stringEntry(Utf8Entry utf8) Returns aStringEntryreferring to aUtf8Entry.default StringEntryConstantPoolBuilder.stringEntry(String value) Returns aStringEntrydescribing the provided value.