Package craterdog.smart
Interface UseToIntegerAsValueMixIn
public interface UseToIntegerAsValueMixIn
This mixin interface tells the Jackson parser to use the toInteger() method to generate the value
of an attribute.
- Author:
- Derk Norton
-
Method Summary
Modifier and TypeMethodDescriptionintThis method returns an integer version of the object.
-
Method Details
-
toInteger
int toInteger()This method returns an integer version of the object.- Returns:
- An integer version of the object.
-