Class ScalarTypeWrapper<B,S>

java.lang.Object
io.ebeaninternal.server.type.ScalarTypeWrapper<B,S>
Type Parameters:
B - the logical type
S - the underlying scalar type this is converted to
All Implemented Interfaces:
ScalarDataReader<B>, ScalarType<B>, StringFormatter, StringParser

public class ScalarTypeWrapper<B,S> extends Object implements ScalarType<B>
A ScalarType that uses a ScalarTypeConverter to convert to and from another underlying ScalarType.

Enables the use of a simple interface to add additional scalarTypes.