Uses of Interface
java.lang.invoke.TypeDescriptor.OfField
Packages that use 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.langClasses in java.lang that implement TypeDescriptor.OfFieldModifier and TypeClassDescriptionfinal classClass<T>Instances of the classClassrepresent classes and interfaces in a running Java application.
- 
Uses of TypeDescriptor.OfField in java.lang.classfileMethods in java.lang.classfile with parameters of type TypeDescriptor.OfFieldModifier and TypeMethodDescriptionstatic TypeKindTypeKind.from(TypeDescriptor.OfField<?> descriptor) Returns the type associated with the specified field descriptor.
- 
Uses of TypeDescriptor.OfField in java.lang.constantSubinterfaces of TypeDescriptor.OfField in java.lang.constant
- 
Uses of TypeDescriptor.OfField in java.lang.invokeClasses in java.lang.invoke with type parameters of type TypeDescriptor.OfFieldModifier and TypeInterfaceDescriptionstatic interfaceTypeDescriptor.OfField<F extends TypeDescriptor.OfField<F>>An entity that has a field type descriptor.static interfaceTypeDescriptor.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.Methods in java.lang.invoke that return TypeDescriptor.OfFieldModifier and TypeMethodDescriptionF[]TypeDescriptor.OfMethod.parameterArray()Return an array of field descriptors for the parameter types of the method type described by this descriptorMethods in java.lang.invoke with parameters of type TypeDescriptor.OfFieldModifier 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.