Interface ToJsonArrayConvertible


public interface ToJsonArrayConvertible
An object implementing this interface is able to convert itself to a JsonArray.

This is useful when full control over the conversion process is required.

  • Method Summary

    Modifier and Type
    Method
    Description
    Converts the object to a JsonArray.
  • Method Details

    • convertToJsonArray

      JsonArray convertToJsonArray()
      Converts the object to a JsonArray.