Interface RowsInnerValue
- All Known Implementing Classes:
RowsInnerValue.InnerBigDecimal,RowsInnerValue.InnerInteger,RowsInnerValue.InnerString
public interface RowsInnerValue
RowsInnerValue
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordHelper class to createBigDecimalthat implementsRowsInnerValue.static final recordHelper class to createIntegerthat implementsRowsInnerValue.static final recordHelper class to createStringthat implementsRowsInnerValue. -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic RowsInnerValue.InnerIntegerCreator to enable deserialization ofInteger.static RowsInnerValue.InnerStringCreator to enable deserialization ofString.create(BigDecimal val) Creator to enable deserialization ofBigDecimal.
-
Method Details
-
create
Creator to enable deserialization ofString.- Parameters:
val- the value to use- Returns:
- a new instance of
RowsInnerValue.InnerString.
-
create
Creator to enable deserialization ofInteger.- Parameters:
val- the value to use- Returns:
- a new instance of
RowsInnerValue.InnerInteger.
-
create
Creator to enable deserialization ofBigDecimal.- Parameters:
val- the value to use- Returns:
- a new instance of
RowsInnerValue.InnerBigDecimal.
-