Annotation Interface ReturnObjectValidation


@Retention(RUNTIME) @Target(TYPE) public @interface ReturnObjectValidation
  • Element Details

    • isDto

      boolean isDto
      Specifys whether the parameter is a dto.
      Default:
      false
    • mode

      Defines whether the return value should be filtered or whether an exception should be thrown on violation.
      Default:
      THROW_EXCEPTION
    • verify

      The list of rights to be verifyed.
      Default:
      {}
    • parentChecks

      RightsVerification[] parentChecks
      Default:
      {}