Uses of Class
io.bindingz.api.model.JsonSchemaSpec
-
-
Uses of JsonSchemaSpec in io.bindingz.api.model
Methods in io.bindingz.api.model that return JsonSchemaSpec Modifier and Type Method Description static JsonSchemaSpecJsonSchemaSpec. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonSchemaSpec[]JsonSchemaSpec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.bindingz.api.model that return types with arguments of type JsonSchemaSpec Modifier and Type Method Description Map<JsonSchemaSpec,com.fasterxml.jackson.databind.JsonNode>ContractSchema. getSpecs()Constructor parameters in io.bindingz.api.model with type arguments of type JsonSchemaSpec Constructor Description ContractSchema(Map<JsonSchemaSpec,com.fasterxml.jackson.databind.JsonNode> specs)
-