Uses of Interface
java.lang.classfile.constantpool.StringEntry
Package
Description
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.-
Uses of StringEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.stringEntry
(Utf8EntryPREVIEW utf8) Returns AStringEntry
PREVIEW referencing the provided UTF8 entry.default StringEntryPREVIEW
ConstantPoolBuilder.stringEntry
(String value) Returns AStringEntry
PREVIEW describing the provided value.