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 Type
    Method
    Description
    int
    This 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.