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 interface
JavaConstant.Simple.Dispatcher.OfClassDesc
A dispatcher to representjava.lang.constant.ClassDesc
.static interface
JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc
A dispatcher to representjava.lang.constant.DirectMethodHandleDesc
.static interface
JavaConstant.Simple.Dispatcher.OfDynamicConstantDesc
A dispatcher to representjava.lang.constant.DynamicConstantDesc
.static interface
JavaConstant.Simple.Dispatcher.OfMethodHandleDesc
A dispatcher to representjava.lang.constant.MethodHandleDesc
.static interface
JavaConstant.Simple.Dispatcher.OfMethodTypeDesc
A 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.Dispatcher
JavaConstant.Simple. CONSTANT_DESC
A dispatcher for interaction withjava.lang.constant.ClassDesc
.
-