Package st.orm

Annotation Interface Json


Marks a record component as a json object.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    True if the deserializer should fail if a required creator property is missing.
    boolean
    True if the deserializer should fail if unknown properties are encountered.
  • Element Details

    • failOnUnknown

      boolean failOnUnknown
      True if the deserializer should fail if unknown properties are encountered. Default is false.
      Default:
      false
    • failOnMissing

      boolean failOnMissing
      True if the deserializer should fail if a required creator property is missing. Default is false.
      Default:
      false