Class Hop
java.lang.Object
co.elastic.clients.elasticsearch.graph.Hop
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Hop extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHop.BuilderBuilder forHop. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Hop>_DESERIALIZERJson deserializer forHop -
Method Summary
Modifier and Type Method Description Hopconnections()API name:connectionsstatic Hopof(java.util.function.Function<Hop.Builder,ObjectBuilder<Hop>> fn)Queryquery()Required - API name:queryvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupHopDeserializer(ObjectDeserializer<Hop.Builder> op)java.lang.StringtoString()java.util.List<VertexDefinition>vertices()Required - API name:verticesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forHop
-
-
Method Details
-
of
-
connections
API name:connections -
query
Required - API name:query -
vertices
Required - API name:vertices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupHopDeserializer
-