Class HighlighterType
- java.lang.Object
-
- org.opensearch.client.opensearch.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
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<HighlighterType> _DESERIALIZER
-
-
Method Detail
-
_kind
public final HighlighterType.Kind _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
public BuiltinHighlighterType 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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)- Specified by:
serializein interfaceJsonpSerializable
-
-