GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Input.InputInput() |
Modifier and Type | Method and Description |
---|---|
Input.InputInput |
clone() |
List<Object> |
getCsvInstance() |
Input.InputInput |
set(String fieldName,
Object value) |
Input.InputInput |
setCsvInstance(List<Object> csvInstance) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public Input.InputInput setCsvInstance(List<Object> csvInstance)
csvInstance
- csvInstance or null
for nonepublic Input.InputInput set(String fieldName, Object value)
set
in class GenericJson
public Input.InputInput clone()
clone
in class GenericJson