JsonInteger constructor

JsonInteger(
  1. String fieldName
)

Creates a new JsonInteger with the given fieldName.

The fieldName represents the key in the JSON object that this field corresponds to.

Implementation

JsonInteger(super.fieldName);