Uses of Interface
java.lang.classfile.constantpool.StringEntry
Packages that use StringEntryPREVIEW
Package
Description
Provides interfaces describing classfile constant pool entries for the
java.lang.classfilePREVIEW library.-
Uses of StringEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return StringEntryPREVIEWModifier and TypeMethodDescriptionConstantPoolBuilder.stringEntry(Utf8EntryPREVIEW utf8) Returns AStringEntryPREVIEW referencing the provided UTF8 entry.default StringEntryPREVIEWConstantPoolBuilder.stringEntry(String value) Returns AStringEntryPREVIEW describing the provided value.