Class HighlighterType
java.lang.Object
co.elastic.clients.elasticsearch.core.search.HighlighterType
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<HighlighterType.Kind,java.lang.Object>
@JsonpDeserializable public class HighlighterType extends java.lang.Object implements TaggedUnion<HighlighterType.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHighlighterType.Builderstatic classHighlighterType.Kind -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<HighlighterType>_DESERIALIZER -
Method Summary
Modifier and Type Method Description java.lang.Object_get()HighlighterType.Kind_kind()Get the of the kind of variant held by this object.java.lang.String_toJsonString()BuiltinHighlighterTypebuiltin()Get thebuiltinvariant value.java.lang.Stringcustom()Get thecustomvariant value.booleanisBuiltin()Is this variant instance of kindbuiltin?booleanisCustom()Is this variant instance of kindcustom?static HighlighterTypeof(java.util.function.Function<HighlighterType.Builder,ObjectBuilder<HighlighterType>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<HighlighterType.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<HighlighterType.Kind,java.lang.Object>
-
_toJsonString
public java.lang.String _toJsonString() -
of
public static HighlighterType of(java.util.function.Function<HighlighterType.Builder,ObjectBuilder<HighlighterType>> fn) -
isBuiltin
public boolean isBuiltin()Is this variant instance of kindbuiltin? -
builtin
Get thebuiltinvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thebuiltinkind.
-
isCustom
public boolean isCustom()Is this variant instance of kindcustom? -
custom
public java.lang.String custom()Get thecustomvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thecustomkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-