| Interface | Description |
|---|---|
| TypeAdapter<A,D> |
This is the general interface implemented by classes used internally by the masking framework to
apply algorithms to data that is not of the type expected by the algorithm.
|
| Class | Description |
|---|---|
| BigDecimalToBigInteger | |
| BigDecimalToBoolean | |
| BigDecimalToDouble | |
| BigDecimalToInteger | |
| BigDecimalToLong | |
| BigDecimalToString | |
| ByteBufferToBinary | |
| ByteBufferToString | |
| LocalDateTimeToBigDecimal | |
| LocalDateTimeToBigInteger | |
| LocalDateTimeToDate | |
| LocalDateTimeToDouble | |
| LocalDateTimeToInteger | |
| LocalDateTimeToLong | |
| LocalDateTimeToString | |
| PassThroughAdapter |
A pass-through adapter for the case where the algorithm and underlying type are the same.
|
| StringToBigDecimal | |
| StringToBigInteger | |
| StringToBinary | |
| StringToBoolean | |
| StringToByteBuffer | |
| StringToDate | |
| StringToDouble | |
| StringToInteger | |
| StringToLong | |
| TypeAdapterFactory |
This class maintains a static list of all available type adapters and provides factory methods
for creating adapter instances.
|
| Enum | Description |
|---|---|
| UnderlyingDataType |