See: Description
| Interface | Description |
|---|---|
| NumberWrapper<BASIC extends java.lang.Number> |
A wrapper for the
Number class. |
| NumberWrapperVisitor<R,P,Q,TH extends java.lang.Throwable> |
A visitor for the
NumberWrapper interface. |
| Wrapper<BASIC> |
A wrapper for a basic type.
|
| WrapperVisitor<R,P,Q,TH extends java.lang.Throwable> |
A visitor for the
Wrapper interface. |
| Class | Description |
|---|---|
| AbstractWrapper<BASIC> |
A skeletal implementation for the
Wrapper interface . |
| ArrayWrapper |
A wrapper for the
Array class. |
| BigDecimalWrapper |
A wrapper for the
BigDecimal class. |
| BigIntegerWrapper |
A wrapper for the
BigInteger class. |
| BlobWrapper |
A wrapper for the
Blob class. |
| BooleanWrapper |
A wrapper for the
Boolean class. |
| BytesWrapper |
A wrapper for the
byte[] class. |
| ByteWrapper |
A wrapper for the
Byte class. |
| ClobWrapper |
A wrapper for the
Clob class. |
| DateWrapper |
A wrapper for the
Date class. |
| DoubleWrapper |
A wrapper for the
Double class. |
| EnumWrapper<E extends java.lang.Enum<E>> |
A wrapper for the
Enum class. |
| FloatWrapper |
A wrapper for the
Float class. |
| IntegerWrapper |
A wrapper for the
Integer class. |
| LocalDateTimeWrapper |
A wrapper for the
LocalDateTime class. |
| LocalDateWrapper |
A wrapper for the
LocalDate class. |
| LocalTimeWrapper |
A wrapper for the
LocalTime class. |
| LongWrapper |
A wrapper for the
Long class. |
| NClobWrapper |
A wrapper for the
NClob class. |
| ObjectWrapper |
A wrapper for the
Object class. |
| PrimitiveBooleanWrapper |
A wrapper for the
boolean class. |
| PrimitiveByteWrapper |
A wrapper for the
byte class. |
| PrimitiveDoubleWrapper |
A wrapper for the
double class. |
| PrimitiveFloatWrapper |
A wrapper for the
float class. |
| PrimitiveIntWrapper |
A wrapper for the
int class. |
| PrimitiveLongWrapper |
A wrapper for the
long class. |
| PrimitiveShortWrapper |
A wrapper for the
short class. |
| ShortWrapper |
A wrapper for the
Short class. |
| SQLXMLWrapper |
A wrapper for the
SQLXML class. |
| StringWrapper |
A wrapper for the
String class. |
| TimestampWrapper |
A wrapper for the
Timestamp class. |
| TimeWrapper |
A wrapper for the
Time class. |
| UtilDateWrapper |
A wrapper for the
Date class. |