Package | Description |
---|---|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
JavaConstant.Simple.Dispatcher.OfClassDesc
A dispatcher to represent
java.lang.constant.ClassDesc . |
static interface |
JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc
A dispatcher to represent
java.lang.constant.DirectMethodHandleDesc . |
static interface |
JavaConstant.Simple.Dispatcher.OfDynamicConstantDesc
A dispatcher to represent
java.lang.constant.DynamicConstantDesc . |
static interface |
JavaConstant.Simple.Dispatcher.OfMethodHandleDesc
A dispatcher to represent
java.lang.constant.MethodHandleDesc . |
static interface |
JavaConstant.Simple.Dispatcher.OfMethodTypeDesc
A dispatcher to represent
java.lang.constant.MethodTypeDesc . |
Modifier and Type | Field and Description |
---|---|
protected static JavaConstant.Simple.Dispatcher |
JavaConstant.Simple.CONSTANT_DESC
A dispatcher for interaction with
java.lang.constant.ClassDesc . |
Copyright © 2014–2025. All rights reserved.