All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.elastic.clients.elasticsearch.xpack.info.Features Maven / Gradle / Ivy

The newest version!
/*
 * Licensed to Elasticsearch B.V. under one or more contributor
 * license agreements. See the NOTICE file distributed with
 * this work for additional information regarding copyright
 * ownership. Elasticsearch B.V. licenses this file to you under
 * the Apache License, Version 2.0 (the "License"); you may
 * not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

package co.elastic.clients.elasticsearch.xpack.info;

import co.elastic.clients.json.JsonpDeserializable;
import co.elastic.clients.json.JsonpDeserializer;
import co.elastic.clients.json.JsonpMapper;
import co.elastic.clients.json.JsonpSerializable;
import co.elastic.clients.json.JsonpUtils;
import co.elastic.clients.json.ObjectBuilderDeserializer;
import co.elastic.clients.json.ObjectDeserializer;
import co.elastic.clients.util.ApiTypeHelper;
import co.elastic.clients.util.ObjectBuilder;
import co.elastic.clients.util.WithJsonObjectBuilderBase;
import jakarta.json.stream.JsonGenerator;
import java.util.Objects;
import java.util.function.Function;
import javax.annotation.Nullable;

//----------------------------------------------------------------
//       THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
//----------------------------------------------------------------
//
// This code is generated from the Elasticsearch API specification
// at https://github.com/elastic/elasticsearch-specification
//
// Manual updates to this file will be lost when the code is
// re-generated.
//
// If you find a property that is missing or wrongly typed, please
// open an issue or a PR on the API specification repository.
//
//----------------------------------------------------------------

// typedef: xpack.info.Features

/**
 *
 * @see API
 *      specification
 */
@JsonpDeserializable
public class Features implements JsonpSerializable {
	private final Feature aggregateMetric;

	private final Feature analytics;

	private final Feature ccr;

	private final Feature dataStreams;

	private final Feature dataTiers;

	private final Feature enrich;

	private final Feature enterpriseSearch;

	private final Feature eql;

	private final Feature esql;

	private final Feature frozenIndices;

	private final Feature graph;

	private final Feature ilm;

	private final Feature logstash;

	private final Feature logsdb;

	private final Feature ml;

	private final Feature monitoring;

	private final Feature rollup;

	@Nullable
	private final Feature runtimeFields;

	private final Feature searchableSnapshots;

	private final Feature security;

	private final Feature slm;

	private final Feature spatial;

	private final Feature sql;

	private final Feature transform;

	private final Feature universalProfiling;

	private final Feature votingOnly;

	private final Feature watcher;

	private final Feature archive;

	// ---------------------------------------------------------------------------------------------

	private Features(Builder builder) {

		this.aggregateMetric = ApiTypeHelper.requireNonNull(builder.aggregateMetric, this, "aggregateMetric");
		this.analytics = ApiTypeHelper.requireNonNull(builder.analytics, this, "analytics");
		this.ccr = ApiTypeHelper.requireNonNull(builder.ccr, this, "ccr");
		this.dataStreams = ApiTypeHelper.requireNonNull(builder.dataStreams, this, "dataStreams");
		this.dataTiers = ApiTypeHelper.requireNonNull(builder.dataTiers, this, "dataTiers");
		this.enrich = ApiTypeHelper.requireNonNull(builder.enrich, this, "enrich");
		this.enterpriseSearch = ApiTypeHelper.requireNonNull(builder.enterpriseSearch, this, "enterpriseSearch");
		this.eql = ApiTypeHelper.requireNonNull(builder.eql, this, "eql");
		this.esql = ApiTypeHelper.requireNonNull(builder.esql, this, "esql");
		this.frozenIndices = ApiTypeHelper.requireNonNull(builder.frozenIndices, this, "frozenIndices");
		this.graph = ApiTypeHelper.requireNonNull(builder.graph, this, "graph");
		this.ilm = ApiTypeHelper.requireNonNull(builder.ilm, this, "ilm");
		this.logstash = ApiTypeHelper.requireNonNull(builder.logstash, this, "logstash");
		this.logsdb = ApiTypeHelper.requireNonNull(builder.logsdb, this, "logsdb");
		this.ml = ApiTypeHelper.requireNonNull(builder.ml, this, "ml");
		this.monitoring = ApiTypeHelper.requireNonNull(builder.monitoring, this, "monitoring");
		this.rollup = ApiTypeHelper.requireNonNull(builder.rollup, this, "rollup");
		this.runtimeFields = builder.runtimeFields;
		this.searchableSnapshots = ApiTypeHelper.requireNonNull(builder.searchableSnapshots, this,
				"searchableSnapshots");
		this.security = ApiTypeHelper.requireNonNull(builder.security, this, "security");
		this.slm = ApiTypeHelper.requireNonNull(builder.slm, this, "slm");
		this.spatial = ApiTypeHelper.requireNonNull(builder.spatial, this, "spatial");
		this.sql = ApiTypeHelper.requireNonNull(builder.sql, this, "sql");
		this.transform = ApiTypeHelper.requireNonNull(builder.transform, this, "transform");
		this.universalProfiling = ApiTypeHelper.requireNonNull(builder.universalProfiling, this, "universalProfiling");
		this.votingOnly = ApiTypeHelper.requireNonNull(builder.votingOnly, this, "votingOnly");
		this.watcher = ApiTypeHelper.requireNonNull(builder.watcher, this, "watcher");
		this.archive = ApiTypeHelper.requireNonNull(builder.archive, this, "archive");

	}

	public static Features of(Function> fn) {
		return fn.apply(new Builder()).build();
	}

	/**
	 * Required - API name: {@code aggregate_metric}
	 */
	public final Feature aggregateMetric() {
		return this.aggregateMetric;
	}

	/**
	 * Required - API name: {@code analytics}
	 */
	public final Feature analytics() {
		return this.analytics;
	}

	/**
	 * Required - API name: {@code ccr}
	 */
	public final Feature ccr() {
		return this.ccr;
	}

	/**
	 * Required - API name: {@code data_streams}
	 */
	public final Feature dataStreams() {
		return this.dataStreams;
	}

	/**
	 * Required - API name: {@code data_tiers}
	 */
	public final Feature dataTiers() {
		return this.dataTiers;
	}

	/**
	 * Required - API name: {@code enrich}
	 */
	public final Feature enrich() {
		return this.enrich;
	}

	/**
	 * Required - API name: {@code enterprise_search}
	 */
	public final Feature enterpriseSearch() {
		return this.enterpriseSearch;
	}

	/**
	 * Required - API name: {@code eql}
	 */
	public final Feature eql() {
		return this.eql;
	}

	/**
	 * Required - API name: {@code esql}
	 */
	public final Feature esql() {
		return this.esql;
	}

	/**
	 * Required - API name: {@code frozen_indices}
	 */
	public final Feature frozenIndices() {
		return this.frozenIndices;
	}

	/**
	 * Required - API name: {@code graph}
	 */
	public final Feature graph() {
		return this.graph;
	}

	/**
	 * Required - API name: {@code ilm}
	 */
	public final Feature ilm() {
		return this.ilm;
	}

	/**
	 * Required - API name: {@code logstash}
	 */
	public final Feature logstash() {
		return this.logstash;
	}

	/**
	 * Required - API name: {@code logsdb}
	 */
	public final Feature logsdb() {
		return this.logsdb;
	}

	/**
	 * Required - API name: {@code ml}
	 */
	public final Feature ml() {
		return this.ml;
	}

	/**
	 * Required - API name: {@code monitoring}
	 */
	public final Feature monitoring() {
		return this.monitoring;
	}

	/**
	 * Required - API name: {@code rollup}
	 */
	public final Feature rollup() {
		return this.rollup;
	}

	/**
	 * API name: {@code runtime_fields}
	 */
	@Nullable
	public final Feature runtimeFields() {
		return this.runtimeFields;
	}

	/**
	 * Required - API name: {@code searchable_snapshots}
	 */
	public final Feature searchableSnapshots() {
		return this.searchableSnapshots;
	}

	/**
	 * Required - API name: {@code security}
	 */
	public final Feature security() {
		return this.security;
	}

	/**
	 * Required - API name: {@code slm}
	 */
	public final Feature slm() {
		return this.slm;
	}

	/**
	 * Required - API name: {@code spatial}
	 */
	public final Feature spatial() {
		return this.spatial;
	}

	/**
	 * Required - API name: {@code sql}
	 */
	public final Feature sql() {
		return this.sql;
	}

	/**
	 * Required - API name: {@code transform}
	 */
	public final Feature transform() {
		return this.transform;
	}

	/**
	 * Required - API name: {@code universal_profiling}
	 */
	public final Feature universalProfiling() {
		return this.universalProfiling;
	}

	/**
	 * Required - API name: {@code voting_only}
	 */
	public final Feature votingOnly() {
		return this.votingOnly;
	}

	/**
	 * Required - API name: {@code watcher}
	 */
	public final Feature watcher() {
		return this.watcher;
	}

	/**
	 * Required - API name: {@code archive}
	 */
	public final Feature archive() {
		return this.archive;
	}

	/**
	 * Serialize this object to JSON.
	 */
	public void serialize(JsonGenerator generator, JsonpMapper mapper) {
		generator.writeStartObject();
		serializeInternal(generator, mapper);
		generator.writeEnd();
	}

	protected void serializeInternal(JsonGenerator generator, JsonpMapper mapper) {

		generator.writeKey("aggregate_metric");
		this.aggregateMetric.serialize(generator, mapper);

		generator.writeKey("analytics");
		this.analytics.serialize(generator, mapper);

		generator.writeKey("ccr");
		this.ccr.serialize(generator, mapper);

		generator.writeKey("data_streams");
		this.dataStreams.serialize(generator, mapper);

		generator.writeKey("data_tiers");
		this.dataTiers.serialize(generator, mapper);

		generator.writeKey("enrich");
		this.enrich.serialize(generator, mapper);

		generator.writeKey("enterprise_search");
		this.enterpriseSearch.serialize(generator, mapper);

		generator.writeKey("eql");
		this.eql.serialize(generator, mapper);

		generator.writeKey("esql");
		this.esql.serialize(generator, mapper);

		generator.writeKey("frozen_indices");
		this.frozenIndices.serialize(generator, mapper);

		generator.writeKey("graph");
		this.graph.serialize(generator, mapper);

		generator.writeKey("ilm");
		this.ilm.serialize(generator, mapper);

		generator.writeKey("logstash");
		this.logstash.serialize(generator, mapper);

		generator.writeKey("logsdb");
		this.logsdb.serialize(generator, mapper);

		generator.writeKey("ml");
		this.ml.serialize(generator, mapper);

		generator.writeKey("monitoring");
		this.monitoring.serialize(generator, mapper);

		generator.writeKey("rollup");
		this.rollup.serialize(generator, mapper);

		if (this.runtimeFields != null) {
			generator.writeKey("runtime_fields");
			this.runtimeFields.serialize(generator, mapper);

		}
		generator.writeKey("searchable_snapshots");
		this.searchableSnapshots.serialize(generator, mapper);

		generator.writeKey("security");
		this.security.serialize(generator, mapper);

		generator.writeKey("slm");
		this.slm.serialize(generator, mapper);

		generator.writeKey("spatial");
		this.spatial.serialize(generator, mapper);

		generator.writeKey("sql");
		this.sql.serialize(generator, mapper);

		generator.writeKey("transform");
		this.transform.serialize(generator, mapper);

		generator.writeKey("universal_profiling");
		this.universalProfiling.serialize(generator, mapper);

		generator.writeKey("voting_only");
		this.votingOnly.serialize(generator, mapper);

		generator.writeKey("watcher");
		this.watcher.serialize(generator, mapper);

		generator.writeKey("archive");
		this.archive.serialize(generator, mapper);

	}

	@Override
	public String toString() {
		return JsonpUtils.toString(this);
	}

	// ---------------------------------------------------------------------------------------------

	/**
	 * Builder for {@link Features}.
	 */

	public static class Builder extends WithJsonObjectBuilderBase implements ObjectBuilder {
		private Feature aggregateMetric;

		private Feature analytics;

		private Feature ccr;

		private Feature dataStreams;

		private Feature dataTiers;

		private Feature enrich;

		private Feature enterpriseSearch;

		private Feature eql;

		private Feature esql;

		private Feature frozenIndices;

		private Feature graph;

		private Feature ilm;

		private Feature logstash;

		private Feature logsdb;

		private Feature ml;

		private Feature monitoring;

		private Feature rollup;

		@Nullable
		private Feature runtimeFields;

		private Feature searchableSnapshots;

		private Feature security;

		private Feature slm;

		private Feature spatial;

		private Feature sql;

		private Feature transform;

		private Feature universalProfiling;

		private Feature votingOnly;

		private Feature watcher;

		private Feature archive;

		/**
		 * Required - API name: {@code aggregate_metric}
		 */
		public final Builder aggregateMetric(Feature value) {
			this.aggregateMetric = value;
			return this;
		}

		/**
		 * Required - API name: {@code aggregate_metric}
		 */
		public final Builder aggregateMetric(Function> fn) {
			return this.aggregateMetric(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code analytics}
		 */
		public final Builder analytics(Feature value) {
			this.analytics = value;
			return this;
		}

		/**
		 * Required - API name: {@code analytics}
		 */
		public final Builder analytics(Function> fn) {
			return this.analytics(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code ccr}
		 */
		public final Builder ccr(Feature value) {
			this.ccr = value;
			return this;
		}

		/**
		 * Required - API name: {@code ccr}
		 */
		public final Builder ccr(Function> fn) {
			return this.ccr(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code data_streams}
		 */
		public final Builder dataStreams(Feature value) {
			this.dataStreams = value;
			return this;
		}

		/**
		 * Required - API name: {@code data_streams}
		 */
		public final Builder dataStreams(Function> fn) {
			return this.dataStreams(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code data_tiers}
		 */
		public final Builder dataTiers(Feature value) {
			this.dataTiers = value;
			return this;
		}

		/**
		 * Required - API name: {@code data_tiers}
		 */
		public final Builder dataTiers(Function> fn) {
			return this.dataTiers(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code enrich}
		 */
		public final Builder enrich(Feature value) {
			this.enrich = value;
			return this;
		}

		/**
		 * Required - API name: {@code enrich}
		 */
		public final Builder enrich(Function> fn) {
			return this.enrich(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code enterprise_search}
		 */
		public final Builder enterpriseSearch(Feature value) {
			this.enterpriseSearch = value;
			return this;
		}

		/**
		 * Required - API name: {@code enterprise_search}
		 */
		public final Builder enterpriseSearch(Function> fn) {
			return this.enterpriseSearch(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code eql}
		 */
		public final Builder eql(Feature value) {
			this.eql = value;
			return this;
		}

		/**
		 * Required - API name: {@code eql}
		 */
		public final Builder eql(Function> fn) {
			return this.eql(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code esql}
		 */
		public final Builder esql(Feature value) {
			this.esql = value;
			return this;
		}

		/**
		 * Required - API name: {@code esql}
		 */
		public final Builder esql(Function> fn) {
			return this.esql(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code frozen_indices}
		 */
		public final Builder frozenIndices(Feature value) {
			this.frozenIndices = value;
			return this;
		}

		/**
		 * Required - API name: {@code frozen_indices}
		 */
		public final Builder frozenIndices(Function> fn) {
			return this.frozenIndices(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code graph}
		 */
		public final Builder graph(Feature value) {
			this.graph = value;
			return this;
		}

		/**
		 * Required - API name: {@code graph}
		 */
		public final Builder graph(Function> fn) {
			return this.graph(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code ilm}
		 */
		public final Builder ilm(Feature value) {
			this.ilm = value;
			return this;
		}

		/**
		 * Required - API name: {@code ilm}
		 */
		public final Builder ilm(Function> fn) {
			return this.ilm(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code logstash}
		 */
		public final Builder logstash(Feature value) {
			this.logstash = value;
			return this;
		}

		/**
		 * Required - API name: {@code logstash}
		 */
		public final Builder logstash(Function> fn) {
			return this.logstash(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code logsdb}
		 */
		public final Builder logsdb(Feature value) {
			this.logsdb = value;
			return this;
		}

		/**
		 * Required - API name: {@code logsdb}
		 */
		public final Builder logsdb(Function> fn) {
			return this.logsdb(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code ml}
		 */
		public final Builder ml(Feature value) {
			this.ml = value;
			return this;
		}

		/**
		 * Required - API name: {@code ml}
		 */
		public final Builder ml(Function> fn) {
			return this.ml(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code monitoring}
		 */
		public final Builder monitoring(Feature value) {
			this.monitoring = value;
			return this;
		}

		/**
		 * Required - API name: {@code monitoring}
		 */
		public final Builder monitoring(Function> fn) {
			return this.monitoring(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code rollup}
		 */
		public final Builder rollup(Feature value) {
			this.rollup = value;
			return this;
		}

		/**
		 * Required - API name: {@code rollup}
		 */
		public final Builder rollup(Function> fn) {
			return this.rollup(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * API name: {@code runtime_fields}
		 */
		public final Builder runtimeFields(@Nullable Feature value) {
			this.runtimeFields = value;
			return this;
		}

		/**
		 * API name: {@code runtime_fields}
		 */
		public final Builder runtimeFields(Function> fn) {
			return this.runtimeFields(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code searchable_snapshots}
		 */
		public final Builder searchableSnapshots(Feature value) {
			this.searchableSnapshots = value;
			return this;
		}

		/**
		 * Required - API name: {@code searchable_snapshots}
		 */
		public final Builder searchableSnapshots(Function> fn) {
			return this.searchableSnapshots(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code security}
		 */
		public final Builder security(Feature value) {
			this.security = value;
			return this;
		}

		/**
		 * Required - API name: {@code security}
		 */
		public final Builder security(Function> fn) {
			return this.security(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code slm}
		 */
		public final Builder slm(Feature value) {
			this.slm = value;
			return this;
		}

		/**
		 * Required - API name: {@code slm}
		 */
		public final Builder slm(Function> fn) {
			return this.slm(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code spatial}
		 */
		public final Builder spatial(Feature value) {
			this.spatial = value;
			return this;
		}

		/**
		 * Required - API name: {@code spatial}
		 */
		public final Builder spatial(Function> fn) {
			return this.spatial(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code sql}
		 */
		public final Builder sql(Feature value) {
			this.sql = value;
			return this;
		}

		/**
		 * Required - API name: {@code sql}
		 */
		public final Builder sql(Function> fn) {
			return this.sql(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code transform}
		 */
		public final Builder transform(Feature value) {
			this.transform = value;
			return this;
		}

		/**
		 * Required - API name: {@code transform}
		 */
		public final Builder transform(Function> fn) {
			return this.transform(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code universal_profiling}
		 */
		public final Builder universalProfiling(Feature value) {
			this.universalProfiling = value;
			return this;
		}

		/**
		 * Required - API name: {@code universal_profiling}
		 */
		public final Builder universalProfiling(Function> fn) {
			return this.universalProfiling(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code voting_only}
		 */
		public final Builder votingOnly(Feature value) {
			this.votingOnly = value;
			return this;
		}

		/**
		 * Required - API name: {@code voting_only}
		 */
		public final Builder votingOnly(Function> fn) {
			return this.votingOnly(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code watcher}
		 */
		public final Builder watcher(Feature value) {
			this.watcher = value;
			return this;
		}

		/**
		 * Required - API name: {@code watcher}
		 */
		public final Builder watcher(Function> fn) {
			return this.watcher(fn.apply(new Feature.Builder()).build());
		}

		/**
		 * Required - API name: {@code archive}
		 */
		public final Builder archive(Feature value) {
			this.archive = value;
			return this;
		}

		/**
		 * Required - API name: {@code archive}
		 */
		public final Builder archive(Function> fn) {
			return this.archive(fn.apply(new Feature.Builder()).build());
		}

		@Override
		protected Builder self() {
			return this;
		}

		/**
		 * Builds a {@link Features}.
		 *
		 * @throws NullPointerException
		 *             if some of the required fields are null.
		 */
		public Features build() {
			_checkSingleUse();

			return new Features(this);
		}
	}

	// ---------------------------------------------------------------------------------------------

	/**
	 * Json deserializer for {@link Features}
	 */
	public static final JsonpDeserializer _DESERIALIZER = ObjectBuilderDeserializer.lazy(Builder::new,
			Features::setupFeaturesDeserializer);

	protected static void setupFeaturesDeserializer(ObjectDeserializer op) {

		op.add(Builder::aggregateMetric, Feature._DESERIALIZER, "aggregate_metric");
		op.add(Builder::analytics, Feature._DESERIALIZER, "analytics");
		op.add(Builder::ccr, Feature._DESERIALIZER, "ccr");
		op.add(Builder::dataStreams, Feature._DESERIALIZER, "data_streams");
		op.add(Builder::dataTiers, Feature._DESERIALIZER, "data_tiers");
		op.add(Builder::enrich, Feature._DESERIALIZER, "enrich");
		op.add(Builder::enterpriseSearch, Feature._DESERIALIZER, "enterprise_search");
		op.add(Builder::eql, Feature._DESERIALIZER, "eql");
		op.add(Builder::esql, Feature._DESERIALIZER, "esql");
		op.add(Builder::frozenIndices, Feature._DESERIALIZER, "frozen_indices");
		op.add(Builder::graph, Feature._DESERIALIZER, "graph");
		op.add(Builder::ilm, Feature._DESERIALIZER, "ilm");
		op.add(Builder::logstash, Feature._DESERIALIZER, "logstash");
		op.add(Builder::logsdb, Feature._DESERIALIZER, "logsdb");
		op.add(Builder::ml, Feature._DESERIALIZER, "ml");
		op.add(Builder::monitoring, Feature._DESERIALIZER, "monitoring");
		op.add(Builder::rollup, Feature._DESERIALIZER, "rollup");
		op.add(Builder::runtimeFields, Feature._DESERIALIZER, "runtime_fields");
		op.add(Builder::searchableSnapshots, Feature._DESERIALIZER, "searchable_snapshots");
		op.add(Builder::security, Feature._DESERIALIZER, "security");
		op.add(Builder::slm, Feature._DESERIALIZER, "slm");
		op.add(Builder::spatial, Feature._DESERIALIZER, "spatial");
		op.add(Builder::sql, Feature._DESERIALIZER, "sql");
		op.add(Builder::transform, Feature._DESERIALIZER, "transform");
		op.add(Builder::universalProfiling, Feature._DESERIALIZER, "universal_profiling");
		op.add(Builder::votingOnly, Feature._DESERIALIZER, "voting_only");
		op.add(Builder::watcher, Feature._DESERIALIZER, "watcher");
		op.add(Builder::archive, Feature._DESERIALIZER, "archive");

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy