Class RuntimeField
java.lang.Object
co.elastic.clients.elasticsearch._types.mapping.RuntimeField
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class RuntimeField extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.lang.Stringformat()API name:formatstatic RuntimeFieldof(java.util.function.Function<RuntimeField.Builder,ObjectBuilder<RuntimeField>> fn)Scriptscript()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(ObjectDeserializer<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
-
-
Method Details
-
of
public static RuntimeField of(java.util.function.Function<RuntimeField.Builder,ObjectBuilder<RuntimeField>> fn) -
format
@Nullable public final java.lang.String format()API name:format -
script
API name:script -
type
Required - API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupRuntimeFieldDeserializer
-