Uses of Interface
net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.MethodLoading.TypeCastingHandler
-
Packages that use MethodVariableAccess.MethodLoading.TypeCastingHandler Package Description net.bytebuddy.implementation.bytecode.member 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.TypeCastingHandler Modifier and Type Class Description static class
MethodVariableAccess.MethodLoading.TypeCastingHandler.ForBridgeTarget
A type casting handler that casts all parameters of a method to the parameter types of a compatible method with covariant parameter types.static class
MethodVariableAccess.MethodLoading.TypeCastingHandler.NoOp
A non-operative type casting handler.Fields in net.bytebuddy.implementation.bytecode.member declared as MethodVariableAccess.MethodLoading.TypeCastingHandler Modifier and Type Field Description private 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.TypeCastingHandler Constructor Description MethodLoading(MethodDescription methodDescription, MethodVariableAccess.MethodLoading.TypeCastingHandler typeCastingHandler)
Creates a new method loading stack manipulation.
-