Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bodies

In this interface you can find all available BodyProcessorFactory to use in ValidationHandlerBuilder.

To create new schemas using , look at the docs of vertx-json-schema

Hierarchy

  • Bodies

Index

Methods

Static formUrlEncoded

  • Create a form application/x-www-form-urlencoded processor

    Parameters

    • schemaBuilder: any

    Returns BodyProcessorFactory

Static json

  • Create a json body processor

    Parameters

    • schemaBuilder: any

    Returns BodyProcessorFactory

Static multipartFormData

  • Create a form multipart/form-data processor

    Parameters

    • schemaBuilder: any

    Returns BodyProcessorFactory

Static textPlain

  • Create a text/plain body processor

    Parameters

    • schemaBuilder: any

    Returns BodyProcessorFactory

Generated using TypeDoc