Uses of Interface
java.lang.invoke.TypeDescriptor.OfField
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Provides classfile parsing, generation, and transformation library.
Classes and interfaces to represent nominal descriptors for run-time
entities such as classes or method handles, and classfile entities such as
constant pool entries or
invokedynamic
call sites.The
java.lang.invoke
package provides low-level primitives for interacting
with the Java Virtual Machine.-
Uses of TypeDescriptor.OfField in java.lang
Modifier and TypeClassDescriptionfinal class
Class<T>
Instances of the classClass
represent classes and interfaces in a running Java application. -
Uses of TypeDescriptor.OfField in java.lang.classfile
Modifier and TypeMethodDescriptionstatic TypeKind
TypeKind.from
(TypeDescriptor.OfField<?> descriptor) Returns the type associated with the specified field descriptor. -
Uses of TypeDescriptor.OfField in java.lang.constant
-
Uses of TypeDescriptor.OfField in java.lang.invoke
Modifier and TypeInterfaceDescriptionstatic 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>,
M extends TypeDescriptor.OfMethod<F, M>> An entity that has a method type descriptor Method descriptors conforming to JVMS 4.3.3 can be described nominally viaMethodType::describeConstable
; otherwise they cannot be described nominally.Modifier and TypeMethodDescriptionF[]
TypeDescriptor.OfMethod.parameterArray()
Return an array of field descriptors for the parameter types of the method type described by this descriptorModifier and TypeMethodDescriptionTypeDescriptor.OfMethod.insertParameterTypes
(int pos, F... paramTypes) Return a method descriptor that is identical to this one, except that a range of additional parameter types have been inserted.