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.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
RioSettingImpl
-