ClassDesc
, MethodTypeDesc
, TypeDescriptor.OfField<F>
, TypeDescriptor.OfMethod<F,M>
Class
, MethodType
public interface TypeDescriptor
Modifier and Type | Interface | Description |
---|---|---|
static interface |
TypeDescriptor.OfField<F extends TypeDescriptor.OfField<F>> |
An entity that has a field type descriptor. |
static interface |
TypeDescriptor.OfMethod<F extends TypeDescriptor.OfField<F>, |
An entity that has a method type descriptor Method descriptors conforming to JVMS 4.3.3 can be described nominally via MethodType::describeConstable ; otherwise they cannot be described nominally. |
Modifier and Type | Method | Description |
---|---|---|
String |
descriptorString() |
Returns the descriptor string for this TypeDescriptor object. |
String descriptorString()
TypeDescriptor
object. If this TypeDescriptor
object can be described in nominal form, then this method returns a type descriptor as specified in JVMS 4.3. The result descriptor string can be used to produce a nominal descriptor. Otherwise, the result string is not a type descriptor. No nominal descriptor can be produced from the result string.TypeDescriptor
object
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/invoke/TypeDescriptor.html