public class IntegerSchemaFactory extends Object implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor, SchemaProducer
| Modifier and Type | Field and Description |
|---|---|
protected ValueTypeSchemaFactory |
parent |
protected IntegerSchema |
schema |
| Constructor and Description |
|---|
IntegerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
enumTypes(Set<String> enums) |
void |
format(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat format) |
ValueTypeSchemaFactory |
getParent() |
IntegerSchema |
getSchema() |
void |
setParent(ValueTypeSchemaFactory parent) |
void |
setSchema(IntegerSchema integerSchema) |
protected ValueTypeSchemaFactory parent
protected IntegerSchema schema
public IntegerSchemaFactory(ValueTypeSchemaFactory parent, IntegerSchema schema)
public void enumTypes(Set<String> enums)
enumTypes in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitorpublic void format(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat format)
format in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitorpublic IntegerSchema getSchema()
getSchema in interface SchemaProducerpublic ValueTypeSchemaFactory getParent()
public void setSchema(IntegerSchema integerSchema)
public void setParent(ValueTypeSchemaFactory parent)
Copyright © 2012 fasterxml.com. All Rights Reserved.