Uses of Interface
net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.MethodLoading.TypeCastingHandler
Packages that use MethodVariableAccess.MethodLoading.TypeCastingHandler
Package
Description
StackManipulation
s of this package are responsible for
accessing type or method members, i.e.-
Uses of MethodVariableAccess.MethodLoading.TypeCastingHandler in net.bytebuddy.implementation.bytecode.member
Classes in net.bytebuddy.implementation.bytecode.member that implement MethodVariableAccess.MethodLoading.TypeCastingHandlerModifier and TypeClassDescriptionstatic class
A type casting handler that casts all parameters of a method to the parameter types of a compatible method with covariant parameter types.static enum
A non-operative type casting handler.Fields in net.bytebuddy.implementation.bytecode.member declared as MethodVariableAccess.MethodLoading.TypeCastingHandlerModifier and TypeFieldDescriptionprivate final MethodVariableAccess.MethodLoading.TypeCastingHandler
MethodVariableAccess.MethodLoading.typeCastingHandler
A type casting handler which is capable of transforming all method parameters.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type MethodVariableAccess.MethodLoading.TypeCastingHandlerModifierConstructorDescriptionprotected
MethodLoading
(MethodDescription methodDescription, MethodVariableAccess.MethodLoading.TypeCastingHandler typeCastingHandler) Creates a new method loading stack manipulation.