Skip to content

Specifications of ValidatorService

Jerome Louvel edited this page Nov 8, 2024 · 4 revisions

Requirements

  • validation of inbound representations
  • validation of outbound representations
  • complement the ConverterService
  • validation of message parameters (query, path, etc.)
  • use Bean Validation annotations

References

  • Issue #527 (Support bean binding and validation)
  • Issue #123 (Support validation of requests)
  • Issue #48 (Improve parameter validation)
  • Existing org.restlet.routing.Validator class
Clone this wiki locally