Class Primitives.Double
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.Primitives.Double
- All Implemented Interfaces:
ConfigurationSerializable
,Adapter<Double>
- Enclosing class:
Primitives
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
Double
-
-
Method Details
-
serialize
- Specified by:
serialize
in interfaceConfigurationSerializable
-
deserialize
-
hashCode
public int hashCode() -
equals
-
toString
-
getValue
Description copied from interface:Adapter
Get the value that is wrapped by this adapter.
-