Uses of Class
org.powermock.core.bytebuddy.PrimitiveBoxing
-
Packages that use PrimitiveBoxing Package Description org.powermock.core.bytebuddy -
-
Uses of PrimitiveBoxing in org.powermock.core.bytebuddy
Methods in org.powermock.core.bytebuddy that return PrimitiveBoxing Modifier and Type Method Description static PrimitiveBoxing
PrimitiveBoxing. forPrimitive(net.bytebuddy.description.type.TypeDefinition typeDefinition)
static PrimitiveBoxing
PrimitiveBoxing. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveBoxing[]
PrimitiveBoxing. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-