Uses of Enum Class
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate
Packages that use PrimitiveWideningDelegate
Package
Description
Assigner implementations of this package
are capable of handling primitive types or the void type.-
Uses of PrimitiveWideningDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveWideningDelegateModifier and TypeMethodDescriptionstatic PrimitiveWideningDelegatePrimitiveWideningDelegate.forPrimitive(TypeDefinition typeDefinition) Locates the delegate that is capable of widening the given type into another type.static PrimitiveWideningDelegateReturns the enum constant of this class with the specified name.static PrimitiveWideningDelegate[]PrimitiveWideningDelegate.values()Returns an array containing the constants of this enum class, in the order they are declared.