Package craterdog.smart
Interface UseToDoubleAsValueMixIn
public interface UseToDoubleAsValueMixIn
This mixin interface tells the Jackson parser to use the toDouble() method to generate the value
of an attribute.
- Author:
- Derk Norton
-
Method Summary
Modifier and TypeMethodDescriptiondoubletoDouble()This method returns a double version of the object.
-
Method Details
-
toDouble
double toDouble()This method returns a double version of the object.- Returns:
- A double version of the object.
-