Package org.eclipse.rdf4j.rio.helpers
Class RioSettingImpl<T>
java.lang.Object
org.eclipse.rdf4j.rio.helpers.AbstractRioSetting<T>
org.eclipse.rdf4j.rio.helpers.RioSettingImpl<T>
- All Implemented Interfaces:
Serializable
,RioSetting<T>
Basic implementation of
RioSetting
interface, without support for default override via system properties.- Author:
- Peter Ansell
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
equals, getDefaultValue, getDescription, getKey, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.rio.RioSetting
convert
-
Constructor Details
-
RioSettingImpl
-