GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
IndexableText() |
Modifier and Type | Method and Description |
---|---|
File.IndexableText |
clone() |
String |
getText()
The text to be indexed for this file.
|
File.IndexableText |
set(String fieldName,
Object value) |
File.IndexableText |
setText(String text)
The text to be indexed for this file.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getText()
null
for nonepublic File.IndexableText setText(String text)
text
- text or null
for nonepublic File.IndexableText set(String fieldName, Object value)
set
in class GenericJson
public File.IndexableText clone()
clone
in class GenericJson