Interface JsonConvertible

All Known Implementing Classes:
ChannelData, GuildData, InviteCreateOptions, MemberAddOptions, PermissionOverrideData, RoleData
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface JsonConvertible
  • Method Summary

    Modifier and Type
    Method
    Description
    com.grack.nanojson.JsonObject
     
  • Method Details

    • toJson

      @Nonnull @CheckReturnValue com.grack.nanojson.JsonObject toJson()