com.fasterxml.jackson.databind.jsonSchema.factories
Class IntegerSchemaFactory
java.lang.Object
com.fasterxml.jackson.databind.jsonSchema.factories.IntegerSchemaFactory
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor, com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor, SchemaProducer
public class IntegerSchemaFactory
- extends Object
- implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor, SchemaProducer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected ValueTypeSchemaFactory parent
schema
protected IntegerSchema schema
IntegerSchemaFactory
public IntegerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema schema)
enumTypes
public void enumTypes(Set<String> enums)
- Specified by:
enumTypes in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor
format
public void format(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat format)
- Specified by:
format in interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor
getSchema
public IntegerSchema getSchema()
- Specified by:
getSchema in interface SchemaProducer
getParent
public ValueTypeSchemaFactory getParent()
setSchema
public void setSchema(IntegerSchema integerSchema)
setParent
public void setParent(ValueTypeSchemaFactory parent)
Copyright © 2012 fasterxml.com. All Rights Reserved.