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

java.lang.Object
  extended by com.fasterxml.jackson.databind.jsonSchema.factories.NumberSchemaFactory
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor, com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor, SchemaProducer

public class NumberSchemaFactory
extends Object
implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor, SchemaProducer


Field Summary
protected  ValueTypeSchemaFactory parent
           
protected  NumberSchema schema
           
 
Constructor Summary
NumberSchemaFactory(ValueTypeSchemaFactory parent, NumberSchema schema)
           
 
Method Summary
 void enumTypes(Set<String> enums)
           
 void format(com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormat format)
           
 ValueTypeSchemaFactory getParent()
           
 NumberSchema getSchema()
           
 void setParent(ValueTypeSchemaFactory parent)
           
 void setSchema(NumberSchema schema)
           
 
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 NumberSchema schema
Constructor Detail

NumberSchemaFactory

public NumberSchemaFactory(ValueTypeSchemaFactory parent,
                           NumberSchema 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

getParent

public ValueTypeSchemaFactory getParent()

getSchema

public NumberSchema getSchema()
Specified by:
getSchema in interface SchemaProducer

setParent

public void setParent(ValueTypeSchemaFactory parent)

setSchema

public void setSchema(NumberSchema schema)


Copyright © 2012 fasterxml.com. All Rights Reserved.