Class SetRioSetting<T>

java.lang.Object
org.eclipse.rdf4j.rio.helpers.AbstractRioSetting<Set<T>>
org.eclipse.rdf4j.rio.helpers.SetRioSetting<T>
Type Parameters:
T - the type of the elements in the set
All Implemented Interfaces:
Serializable, RioSetting<Set<T>>

public final class SetRioSetting<T> extends AbstractRioSetting<Set<T>>
A RioSetting with a Set value. The given default for the setting can be overridden by means of a System property with a name equal to the setting key, and a string value of a JSON array of the desired values.
See Also: