Uses of Interface
java.lang.classfile.constantpool.StringEntry
Packages that use StringEntry
Package
Description
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile library.-
Uses of StringEntry in java.lang.classfile.constantpool
Methods in java.lang.classfile.constantpool that return StringEntryModifier and TypeMethodDescriptionConstantPoolBuilder.stringEntry(Utf8Entry utf8) Returns AStringEntryreferencing the provided UTF8 entry.default StringEntryConstantPoolBuilder.stringEntry(String value) Returns AStringEntrydescribing the provided value.