Uses of Interface
java.lang.invoke.TypeDescriptor
Packages that use TypeDescriptor
Package
Description
Provides classes that are fundamental to the design of the Java
 programming language.
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.The 
java.lang.runtime package provides low-level runtime support
 for the Java language.- 
Uses of TypeDescriptor in java.langClasses in java.lang that implement TypeDescriptorModifier and TypeClassDescriptionfinal classClass<T>Instances of the classClassrepresent classes and interfaces in a running Java application.
- 
Uses of TypeDescriptor in java.lang.constantSubinterfaces of TypeDescriptor in java.lang.constantModifier and TypeInterfaceDescriptioninterfaceA nominal descriptor for aClassconstant.interfaceA nominal descriptor for a MethodType constant.
- 
Uses of TypeDescriptor in java.lang.invokeSubinterfaces of TypeDescriptor in java.lang.invokeModifier 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.Classes in java.lang.invoke that implement TypeDescriptorModifier and TypeClassDescriptionfinal classA method type represents the arguments and return type accepted and returned by a method handle, or the arguments and return type passed and expected by a method handle caller.
- 
Uses of TypeDescriptor in java.lang.runtimeMethods in java.lang.runtime with parameters of type TypeDescriptorModifier and TypeMethodDescriptionstatic ObjectObjectMethods.bootstrap(MethodHandles.Lookup lookup, String methodName, TypeDescriptor type, Class<?> recordClass, String names, MethodHandle... getters) Bootstrap method to generate theObject.equals(Object),Object.hashCode(), andObject.toString()methods, based on a description of the component names and accessor methods, for eitherinvokedynamiccall sites or dynamic constant pool entries.