java.lang.Object
co.elastic.clients.elasticsearch._types.analysis.TokenFilter
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<TokenFilter.Kind,​java.lang.Object>

@JsonpDeserializable
public class TokenFilter
extends java.lang.Object
implements TaggedUnion<TokenFilter.Kind,​java.lang.Object>, JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • _kind

      public final TokenFilter.Kind _kind()
      Description copied from interface: TaggedUnion
      Get the of the kind of variant held by this object.
      Specified by:
      _kind in interface TaggedUnion<TokenFilter.Kind,​java.lang.Object>
      Returns:
      the variant kind
    • _get

      public final java.lang.Object _get()
      Specified by:
      _get in interface TaggedUnion<TokenFilter.Kind,​java.lang.Object>
    • of

      public static TokenFilter of​(java.util.function.Function<TokenFilter.Builder,​ObjectBuilder<TokenFilter>> fn)
    • isDefinition

      public boolean isDefinition()
      Is this variant instance of kind definition?
    • definition

      public TokenFilterDefinition definition()
      Get the definition variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the definition kind.
    • isName

      public boolean isName()
      Is this variant instance of kind name?
    • name

      public java.lang.String name()
      Get the name variant value.
      Throws:
      java.lang.IllegalStateException - if the current variant is not of the name kind.
    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Specified by:
      serialize in interface JsonpSerializable