Module java.base

Interface TypeDescriptor.OfMethod<F extends TypeDescriptor.OfField<F>,M extends TypeDescriptor.OfMethod<F,M>>

Type Parameters:
F - the type representing field type descriptors
M - the class implementing TypeDescriptor.OfMethod
All Superinterfaces:
TypeDescriptor
All Known Subinterfaces:
MethodTypeDesc
All Known Implementing Classes:
MethodType
Enclosing interface:
TypeDescriptor

public static interface TypeDescriptor.OfMethod<F extends TypeDescriptor.OfField<F>,M extends TypeDescriptor.OfMethod<F,M>> extends TypeDescriptor
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.
See Java Virtual Machine Specification:
4.3.2 Field Descriptors
4.3.3 Method Descriptors
Since:
12