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:
java.io.Serializable
,RioSetting<T>
public final class RioSettingImpl<T> extends AbstractRioSetting<T>
Basic implementation ofRioSetting
interface, without support for default override via system properties.- See Also:
StringRioSetting
,BooleanRioSetting
,LongRioSetting
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RioSettingImpl(java.lang.String key, java.lang.String description, T defaultValue)
-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RioSettingImpl
public RioSettingImpl(java.lang.String key, java.lang.String description, T defaultValue)
-
-