Class DocumentFormatter.Default
- java.lang.Object
-
- cz.o2.proxima.direct.io.elasticsearch.DocumentFormatter.Default
-
- All Implemented Interfaces:
DocumentFormatter
,java.io.Serializable
- Enclosing interface:
- DocumentFormatter
public static class DocumentFormatter.Default extends java.lang.Object implements DocumentFormatter
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cz.o2.proxima.direct.io.elasticsearch.DocumentFormatter
DocumentFormatter.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJson(StreamElement element)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.direct.io.elasticsearch.DocumentFormatter
toKey
-
-
-
-
Method Detail
-
toJson
public java.lang.String toJson(StreamElement element)
- Specified by:
toJson
in interfaceDocumentFormatter
-
-