Uses of Class
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveWideningDelegate
-
Packages that use PrimitiveWideningDelegate Package Description net.bytebuddy.implementation.bytecode.assign.primitive Assignerimplementations of this package are capable of handling primitive types or thevoidtype. -
-
Uses of PrimitiveWideningDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveWideningDelegate Modifier and Type Method Description static PrimitiveWideningDelegatePrimitiveWideningDelegate. forPrimitive(TypeDefinition typeDefinition)Locates the delegate that is capable of widening the given type into another type.static PrimitiveWideningDelegatePrimitiveWideningDelegate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrimitiveWideningDelegate[]PrimitiveWideningDelegate. values()Returns an array containing the constants of this enum type, in the order they are declared.
-