Annotation Type JsonApiTypeForClass


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface JsonApiTypeForClass
    Specifies the JSON:API type for resource objects of this class.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The JSON:API type for resource objects of this class.
    • Element Detail

      • value

        java.lang.String value
        The JSON:API type for resource objects of this class.