Package io.vertx.mutiny.openapi.contract
Class SecurityRequirement
java.lang.Object
io.vertx.mutiny.openapi.contract.SecurityRequirement
- All Implemented Interfaces:
MutinyDelegate
A Security requirement is an object that contains the names of the security schemes that apply to the operation.
Each name has a list of scopes that apply to the operation.
NOTE: This class has been automatically generated from the
original non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecurityRequirement(io.vertx.openapi.contract.SecurityRequirement delegate) SecurityRequirement(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanio.vertx.openapi.contract.SecurityRequirementgetNames()inthashCode()booleanisEmpty()static SecurityRequirementnewInstance(io.vertx.openapi.contract.SecurityRequirement arg) intsize()toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SecurityRequirement
public SecurityRequirement(io.vertx.openapi.contract.SecurityRequirement delegate) -
SecurityRequirement
-
-
Method Details
-
getDelegate
public io.vertx.openapi.contract.SecurityRequirement getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
size
public int size()- Returns:
- size
-
getNames
- Returns:
- name
-
getScopes
- Parameters:
name-- Returns:
- name
-
isEmpty
public boolean isEmpty() -
newInstance
-