Uses of Interface
net.bytebuddy.utility.JavaConstant.Simple.Dispatcher
-
Packages that use JavaConstant.Simple.Dispatcher Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of JavaConstant.Simple.Dispatcher in net.bytebuddy.utility
Subinterfaces of JavaConstant.Simple.Dispatcher in net.bytebuddy.utility Modifier and Type Interface Description static interfaceJavaConstant.Simple.Dispatcher.OfClassDescA dispatcher to representjava.lang.constant.ClassDesc.static interfaceJavaConstant.Simple.Dispatcher.OfDirectMethodHandleDescA dispatcher to representjava.lang.constant.DirectMethodHandleDesc.static interfaceJavaConstant.Simple.Dispatcher.OfDynamicConstantDescA dispatcher to representjava.lang.constant.DynamicConstantDesc.static interfaceJavaConstant.Simple.Dispatcher.OfMethodHandleDescA dispatcher to representjava.lang.constant.MethodHandleDesc.static interfaceJavaConstant.Simple.Dispatcher.OfMethodTypeDescA dispatcher to representjava.lang.constant.MethodTypeDesc.Fields in net.bytebuddy.utility declared as JavaConstant.Simple.Dispatcher Modifier and Type Field Description protected static JavaConstant.Simple.DispatcherJavaConstant.Simple. CONSTANT_DESCA dispatcher for interaction withjava.lang.constant.ClassDesc.
-