DataType.LIST, DataType.MAP, DataType.RUNTIME| Modifier and Type | Method and Description |
|---|---|
protected Object |
createValue()
MAP and LIST types overrides this method to return appropriate new map or list
|
Integer |
expand(Object input)
LIST overrides this method to expand the source (list) such that in can support
an index specified in spec that is outside the range input list, returns original size
of the input
|
boolean |
isCompatible(Object input)
Determines if an input is compatible with current DataType
|
create, determineDataTypeprotected Object createValue()
DataTypecreateValue in class DataTypepublic Integer expand(Object input)
DataTypepublic boolean isCompatible(Object input)
DataTypeisCompatible in class DataTypeCopyright © 2023. All rights reserved.