Class UaxEmailUrlTokenizer
java.lang.Object
org.opensearch.client.opensearch._types.analysis.TokenizerBase
org.opensearch.client.opensearch._types.analysis.UaxEmailUrlTokenizer
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,TokenizerDefinitionVariant,ToCopyableBuilder<UaxEmailUrlTokenizer.Builder,UaxEmailUrlTokenizer>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class UaxEmailUrlTokenizer
extends TokenizerBase
implements TokenizerDefinitionVariant, ToCopyableBuilder<UaxEmailUrlTokenizer.Builder,UaxEmailUrlTokenizer>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.analysis.TokenizerBase
TokenizerBase.AbstractBuilder<BuilderT extends TokenizerBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<UaxEmailUrlTokenizer> Json deserializer forUaxEmailUrlTokenizer -
Method Summary
Modifier and TypeMethodDescriptionTokenizerDefinitionvariant kind.static UaxEmailUrlTokenizer.Builderbuilder()booleaninthashCode()final IntegerAPI name:max_token_lengthstatic UaxEmailUrlTokenizerprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.analysis.TokenizerBase
serialize, setupTokenizerBaseDeserializer, versionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.JsonpSerializable
serializeMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copyMethods inherited from interface org.opensearch.client.opensearch._types.analysis.TokenizerDefinitionVariant
toTokenizerDefinition
-
Field Details
-
_DESERIALIZER
Json deserializer forUaxEmailUrlTokenizer
-
-
Method Details
-
of
public static UaxEmailUrlTokenizer of(Function<UaxEmailUrlTokenizer.Builder, ObjectBuilder<UaxEmailUrlTokenizer>> fn) -
_tokenizerDefinitionKind
TokenizerDefinitionvariant kind.- Specified by:
_tokenizerDefinitionKindin interfaceTokenizerDefinitionVariant
-
maxTokenLength
API name:max_token_length -
serializeInternal
- Overrides:
serializeInternalin classTokenizerBase
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<UaxEmailUrlTokenizer.Builder,UaxEmailUrlTokenizer> - Returns:
- a new builder instance.
-
builder
-
setupUaxEmailUrlTokenizerDeserializer
protected static void setupUaxEmailUrlTokenizerDeserializer(ObjectDeserializer<UaxEmailUrlTokenizer.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classTokenizerBase
-
equals
- Overrides:
equalsin classTokenizerBase
-