com.fasterxml.jackson.databind.jsonSchema.factories
Class IntegerSchemaFactory

java.lang.Object
  extended by 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


Field Summary
protected  ValueTypeSchemaFactory parent
           
protected  IntegerSchema schema
           
 
Constructor Summary
IntegerSchemaFactory(ValueTypeSchemaFactory parent, IntegerSchema schema)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected ValueTypeSchemaFactory parent

schema

protected IntegerSchema schema
Constructor Detail

IntegerSchemaFactory

public IntegerSchemaFactory(ValueTypeSchemaFactory parent,
                            IntegerSchema schema)
Method Detail

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.