Package net.bytebuddy.utility
Interface JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind
-
- Enclosing interface:
- JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc
@Proxied("java.lang.constant.DirectMethodHandleDesc$Kind") public static interface JavaConstant.Simple.Dispatcher.OfDirectMethodHandleDesc.ForKind
A dispatcher to representjava.lang.constant.DirectMethodHandleDesc$Kind
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
valueOf(int identifier, boolean isInterface)
Resolves ajava.lang.constant.DirectMethodHandleDesc$Kind
from an identifier.
-
-
-
Method Detail
-
valueOf
@IsStatic java.lang.Object valueOf(int identifier, boolean isInterface)
Resolves ajava.lang.constant.DirectMethodHandleDesc$Kind
from an identifier.- Parameters:
identifier
- The identifier to resolve.isInterface
-true
if the handle invokes an interface type.- Returns:
- The identifier's
java.lang.constant.DirectMethodHandleDesc$Kind
.
-
-