Uses of Enum
net.bytebuddy.implementation.bytecode.assign.primitive.PrimitiveNarrowingDelegate
Packages that use PrimitiveNarrowingDelegate
Package
Description
Assigner implementations of this package
are capable of handling primitive types or the void type.-
Uses of PrimitiveNarrowingDelegate in net.bytebuddy.implementation.bytecode.assign.primitive
Subclasses with type arguments of type PrimitiveNarrowingDelegate in net.bytebuddy.implementation.bytecode.assign.primitiveModifier and TypeClassDescriptionenumThis delegate is responsible for narrowing a primitive type to represent a smaller primitive type.Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return PrimitiveNarrowingDelegateModifier and TypeMethodDescriptionstatic PrimitiveNarrowingDelegatePrimitiveNarrowingDelegate.forPrimitive(TypeDefinition typeDefinition) Locates the delegate that is capable of narrowing the given type into another type.static PrimitiveNarrowingDelegateReturns the enum constant of this type with the specified name.static PrimitiveNarrowingDelegate[]PrimitiveNarrowingDelegate.values()Returns an array containing the constants of this enum type, in the order they are declared.