Interface UseToStringAsValueMixIn


public interface UseToStringAsValueMixIn
This mixin interface tells the Jackson parser to use the toString() method to generate the value of an attribute.
Author:
Mukesh Jyothi
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns a string version of the object.
  • Method Details

    • toString

      String toString()
      This method returns a string version of the object.
      Overrides:
      toString in class Object
      Returns:
      A string version of the object.