Interface ExternallyTaggedUnion


public interface ExternallyTaggedUnion
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:
Documentation of the typed_keys parameter.