Class IntegerTypeAutoboxer
- java.lang.Object
-
- cn.boboweike.carrot.utils.reflection.autobox.IntegerTypeAutoboxer
-
- All Implemented Interfaces:
TypeAutoboxer<Integer>
public class IntegerTypeAutoboxer extends Object implements TypeAutoboxer<Integer>
-
-
Constructor Summary
Constructors Constructor Description IntegerTypeAutoboxer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integerautobox(Object value, Class<Integer> type)booleansupports(Class<?> type)
-