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