Class ContentTypeValidation

java.lang.Object
com.creativityfactory.swiftserver.middleware.ContentTypeValidation
All Implemented Interfaces:
HttpRequestHandler

public class ContentTypeValidation extends Object implements HttpRequestHandler
This middleware is for validation of incoming content-type, because the exchange data-type in the generated REST-APIs by this framework is JSON.
  • Constructor Details

    • ContentTypeValidation

      public ContentTypeValidation()
  • Method Details