Class ExternallyTaggedUnion

java.lang.Object
co.elastic.clients.json.ExternallyTaggedUnion

public class ExternallyTaggedUnion extends Object
Utilities for union types whose discriminant is not directly part of the structure, either as an enclosing property name or as an inner property. This is used for Elasticsearch aggregation results and suggesters, using the typed_keys parameter that encodes a name+type in a single JSON property.
See Also: