public class JsonSchemaLookup extends Object
Constructor and Description |
---|
JsonSchemaLookup() |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
String |
getSchemaForClass(Class<?> clazz) |
static JsonSchemaLookup |
getSingleton() |
void |
init() |
void |
setMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
public static JsonSchemaLookup getSingleton()
public void init()
public com.fasterxml.jackson.databind.ObjectMapper getMapper()
public void setMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Apache CXF