Class BigInteger
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.BigInteger
- All Implemented Interfaces:
ConfigurationSerializable
,Adapter<BigInteger>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BigInteger
deserialize
(Map<String, Object> map) boolean
getValue()
Get the value that is wrapped by this adapter.int
hashCode()
static void
toString()
-
Field Details
-
value
-
-
Constructor Details
-
BigInteger
-
-
Method Details
-
registerWithConfigurationSerialization
public static void registerWithConfigurationSerialization() -
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.- Specified by:
getValue
in interfaceAdapter<BigInteger>
- Returns:
- the value
-