com.fasterxml.jackson.databind.jsonSchema.factories
Class NumberSchemaFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parent
protected ValueTypeSchemaFactory parent
schema
protected NumberSchema schema
NumberSchemaFactory
public NumberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema 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
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.