Class RuntimeField
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.RuntimeField
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class RuntimeField extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeField.BuilderBuilder forRuntimeField. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<RuntimeField>_DESERIALIZERJson deserializer forRuntimeField -
Constructor Summary
Constructors Constructor Description RuntimeField(RuntimeField.Builder builder)RuntimeField(java.util.function.Function<RuntimeField.Builder,RuntimeField.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringformat()API name:formatjakarta.json.JsonValuescript()API name:scriptvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupRuntimeFieldDeserializer(DelegatingDeserializer<RuntimeField.Builder> op)RuntimeFieldTypetype()Required - API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forRuntimeField
-
-
Constructor Details
-
RuntimeField
-
RuntimeField
-
-
Method Details
-
format
@Nullable public java.lang.String format()API name:format -
script
@Nullable public jakarta.json.JsonValue script()API name:script -
type
Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupRuntimeFieldDeserializer
protected static void setupRuntimeFieldDeserializer(DelegatingDeserializer<RuntimeField.Builder> op)
-