Class: VertxWebApiContract::HTTPOperationRequestValidationHandlerImpl

Inherits:
Object
  • Object
show all
Includes:
HTTPOperationRequestValidationHandler
Defined in:
/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web-api-contract/http_operation_request_validation_handler.rb

Constant Summary

@@j_api_type =
Object.new

Class Method Summary (collapse)

Methods included from HTTPOperationRequestValidationHandler

#handle, #parse_operation_spec

Methods included from ValidationHandler

#handle

Class Method Details

+ (Boolean) accept?(obj)

Returns:

  • (Boolean)


38
39
40
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web-api-contract/http_operation_request_validation_handler.rb', line 38

def @@j_api_type.accept?(obj)
  obj.class == HTTPOperationRequestValidationHandler
end

+ (Object) j_api_type



47
48
49
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web-api-contract/http_operation_request_validation_handler.rb', line 47

def self.j_api_type
  @@j_api_type
end

+ (Object) j_class



50
51
52
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web-api-contract/http_operation_request_validation_handler.rb', line 50

def self.j_class
  Java::IoVertxExtWebApiContract::HTTPOperationRequestValidationHandler.java_class
end

+ (Object) unwrap(obj)



44
45
46
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web-api-contract/http_operation_request_validation_handler.rb', line 44

def @@j_api_type.unwrap(obj)
  obj.j_del
end

+ (Object) wrap(obj)



41
42
43
# File '/Users/julien/java/vertx-stack/stack-docs/target/rb/vertx-web-api-contract/http_operation_request_validation_handler.rb', line 41

def @@j_api_type.wrap(obj)
  HTTPOperationRequestValidationHandler.new(obj)
end