Module org.seasar.doma.core
Package org.seasar.doma.wrapper
Interface NumberWrapper<BASIC extends Number>
- Type Parameters:
BASIC- The number type subclass
- All Superinterfaces:
Wrapper<BASIC>
- All Known Implementing Classes:
BigDecimalWrapper,BigIntegerWrapper,ByteWrapper,DoubleWrapper,FloatWrapper,IntegerWrapper,LongWrapper,PrimitiveByteWrapper,PrimitiveDoubleWrapper,PrimitiveFloatWrapper,PrimitiveIntWrapper,PrimitiveLongWrapper,PrimitiveShortWrapper,ShortWrapper
A wrapper for the
Number class.-
Method Summary
Methods inherited from interface org.seasar.doma.wrapper.Wrapper
accept, get, getBasicClass, getCopy, getDefault, hasEqualValue, isPrimitiveWrapper