public class BoxUnbox
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.Map<org.objectweb.asm.Type,java.util.function.Consumer<MethodCode>> |
ClassObjectToUnboxFunc |
static java.util.Map<org.objectweb.asm.Type,org.objectweb.asm.Type> |
ClazzObjectToPrimitive |
static java.util.function.Consumer<MethodCode> |
doNothing |
static java.util.Map<org.objectweb.asm.Type,java.util.function.Consumer<MethodCode>> |
PrimaryToBoxFunc |
static java.util.Map<org.objectweb.asm.Type,org.objectweb.asm.Type> |
PrimativeToClazzObject |
| 构造器和说明 |
|---|
BoxUnbox() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.util.function.Consumer<MethodCode> |
unboxToWhenNeed(java.lang.Class<?> primaryClazz) |
static java.util.function.Consumer<MethodCode> |
unboxToWhenNeed(org.objectweb.asm.Type primaryClazz) |
public static java.util.Map<org.objectweb.asm.Type,java.util.function.Consumer<MethodCode>> PrimaryToBoxFunc
public static java.util.Map<org.objectweb.asm.Type,java.util.function.Consumer<MethodCode>> ClassObjectToUnboxFunc
public static java.util.Map<org.objectweb.asm.Type,org.objectweb.asm.Type> PrimativeToClazzObject
public static java.util.Map<org.objectweb.asm.Type,org.objectweb.asm.Type> ClazzObjectToPrimitive
public static java.util.function.Consumer<MethodCode> doNothing
public static java.util.function.Consumer<MethodCode> unboxToWhenNeed(java.lang.Class<?> primaryClazz)
public static java.util.function.Consumer<MethodCode> unboxToWhenNeed(org.objectweb.asm.Type primaryClazz)
Copyright © 2020–2021. All rights reserved.