Interface JsonizableEntity

All Known Implementing Classes:
AustriaQrCodePaymentRecognizer, AustriaSlipRecognizer, BarcodeRecognizer, BelgiumSlipRecognizer, BlinkInputRecognizer, CroatiaPdf417PaymentRecognizer, CroatiaQrCodePaymentRecognizer, CroatiaSlipRecognizer, CzechiaQrCodeRecognizer, CzechiaSlipRecognizer, FrameGrabberRecognizer, GermanyQrCodePaymentRecognizer, GermanySlipRecognizer, HungaryQrCodePaymentRecognizer, HungarySlipRecognizer, KosovoCode128PaymentRecognizer, KosovoSlipRecognizer, NetherlandsSlipRecognizer, Recognizer, SepaQrCodePaymentRecognizer, SerbiaPdf417PaymentRecognizer, SerbiaQrCodePaymentRecognizer, SlovakiaCode128PaymentRecognizer, SlovakiaDataMatrixPaymentRecognizer, SlovakiaQrCodePaymentRecognizer, SlovakiaSlipRecognizer, SloveniaQrCodePaymentRecognizer, SloveniaSlipRecognizer, SuccessFrameGrabberRecognizer, SwitzerlandQrCodePaymentRecognizer, SwitzerlandSlipRecognizer, UnitedKingdomQrCodePaymentRecognizer, UnitedKingdomSlipRecognizer

public interface JsonizableEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the signed JSON representation of this entity's current state as a SignedPayload.
  • Method Details

    • toSignedJson

      @NonNull SignedPayload toSignedJson()
      Returns the signed JSON representation of this entity's current state as a SignedPayload.
      Returns:
      signed JSON representation of this entity's current state.