Uses of Interface
io.vertx.openapi.contract.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract that return types with arguments of type ParameterModifier and TypeMethodDescriptionResponse.getHeaders()Operation.getParameters()Path.getParameters() -
Uses of Parameter in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation with parameters of type ParameterModifier and TypeMethodDescriptionstatic ValidatorExceptionValidatorException.createCantDecodeValue(Parameter parameter) static SchemaValidationExceptionSchemaValidationException.createErrorFromOutputUnitType(Parameter parameter, OutputUnit outputUnit, JsonSchemaValidationException cause) static ValidatorExceptionValidatorException.createInvalidValueFormat(Parameter parameter) static SchemaValidationExceptionSchemaValidationException.createInvalidValueParameter(Parameter parameter, OutputUnit outputUnit, JsonSchemaValidationException cause) static ValidatorExceptionValidatorException.createMissingRequiredParameter(Parameter parameter) static ValidatorExceptionValidatorException.createUnsupportedValueFormat(Parameter parameter) -
Uses of Parameter in io.vertx.openapi.validation.transformer
Methods in io.vertx.openapi.validation.transformer with parameters of type ParameterModifier and TypeMethodDescriptionMatrixTransformer.buildPrefix(Parameter parameter) ParameterTransformer.getArrayItemSchemaType(Parameter arrayParameter) protected String[]DeepObjectTransformer.getArrayValues(Parameter parameter, String rawValue) protected String[]FormTransformer.getArrayValues(Parameter parameter, String rawValue) protected String[]LabelTransformer.getArrayValues(Parameter parameter, String rawValue) protected String[]MatrixTransformer.getArrayValues(Parameter parameter, String rawValue) protected abstract String[]ParameterTransformer.getArrayValues(Parameter parameter, String rawValue) protected String[]SimpleTransformer.getArrayValues(Parameter parameter, String rawValue) protected String[]DeepObjectTransformer.getObjectKeysAndValues(Parameter parameter, String rawValue) protected String[]FormTransformer.getObjectKeysAndValues(Parameter parameter, String rawValue) protected String[]LabelTransformer.getObjectKeysAndValues(Parameter parameter, String rawValue) protected String[]MatrixTransformer.getObjectKeysAndValues(Parameter parameter, String rawValue) protected abstract String[]ParameterTransformer.getObjectKeysAndValues(Parameter parameter, String rawValue) protected String[]SimpleTransformer.getObjectKeysAndValues(Parameter parameter, String rawValue) ParameterTransformer.getObjectPropertySchemaType(Parameter objectParameter, String propertyName) Transforms the raw value from itsStringrepresentation into JSON.DeepObjectTransformer.transformArray(Parameter parameter, String rawValue) ParameterTransformer.transformArray(Parameter parameter, String rawValue) LikeParameterTransformer.transform(Parameter, String), but only for values considered to be an array.ParameterTransformer.transformObject(Parameter parameter, String rawValue) LikeParameterTransformer.transform(Parameter, String), but only for values considered to be an object. -
Uses of Parameter in io.vertx.reactivex.openapi.contract
Methods in io.vertx.reactivex.openapi.contract that return ParameterMethods in io.vertx.reactivex.openapi.contract with parameters of type ParameterConstructors in io.vertx.reactivex.openapi.contract with parameters of type Parameter -
Uses of Parameter in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract that return ParameterMethods in io.vertx.rxjava3.openapi.contract with parameters of type ParameterConstructors in io.vertx.rxjava3.openapi.contract with parameters of type Parameter