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

com.xlrit.gears.engine.export.ExportOptions Maven / Gradle / Ivy

package com.xlrit.gears.engine.export;

public record ExportOptions(String idKey, String typeKey) {
	public static final ExportOptions DEFAULT = new ExportOptions("__id", "__type");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy