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 PrimitiveBoxingPrimitiveBoxing. forPrimitive(net.bytebuddy.description.type.TypeDefinition typeDefinition)static PrimitiveBoxingPrimitiveBoxing. 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.
-