Constructor and Description |
---|
JsonSchemaBody(String jsonSchema) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,ParameterStyle> |
getParameterStyles() |
String |
getValue() |
int |
hashCode() |
static JsonSchemaBody |
jsonSchema(String jsonSchema) |
static JsonSchemaBody |
jsonSchemaFromResource(String jsonSchemaPath) |
JsonSchemaBody |
withParameterStyles(Map<String,ParameterStyle> parameterStyles) |
getCharset, getContentType, getOptional, getRawBytes, getType, withOptional
toString
fieldsExcludedFromEqualsAndHashCode
public JsonSchemaBody(String jsonSchema)
public static JsonSchemaBody jsonSchema(String jsonSchema)
public static JsonSchemaBody jsonSchemaFromResource(String jsonSchemaPath)
public Map<String,ParameterStyle> getParameterStyles()
public JsonSchemaBody withParameterStyles(Map<String,ParameterStyle> parameterStyles)
Copyright © 2022. All rights reserved.