public class JsonSchemaGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
_mapper |
| Constructor and Description |
|---|
JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper mapper) |
JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper mapper,
WrapperFactory wrapperFactory) |
| Modifier and Type | Method and Description |
|---|---|
JsonSchema |
generateSchema(Class<?> type) |
JsonSchema |
generateSchema(com.fasterxml.jackson.databind.JavaType type) |
public JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper mapper)
public JsonSchemaGenerator(com.fasterxml.jackson.databind.ObjectMapper mapper,
WrapperFactory wrapperFactory)
public JsonSchema generateSchema(Class<?> type) throws com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingExceptionpublic JsonSchema generateSchema(com.fasterxml.jackson.databind.JavaType type) throws com.fasterxml.jackson.databind.JsonMappingException
com.fasterxml.jackson.databind.JsonMappingExceptionCopyright © 2014-2015 FasterXML. All Rights Reserved.