Class WrapperUtils
- java.lang.Object
-
- cn.sliew.milky.serialize.protostuff.utils.WrapperUtils
-
-
Constructor Summary
Constructors Constructor Description WrapperUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanneedWrapper(Class<?> clazz)Determine if the object needs wrapstatic booleanneedWrapper(Object obj)Determine if the object needs wrap
-
-
-
Method Detail
-
needWrapper
public static boolean needWrapper(Class<?> clazz)
Determine if the object needs wrap- Parameters:
clazz- object type- Returns:
- need wrap
-
needWrapper
public static boolean needWrapper(Object obj)
Determine if the object needs wrap- Parameters:
obj- object- Returns:
- need wrap
-
-