com.fasterxml.jackson.databind.jsonSchema.factories
Class BooleanSchemaFactory
java.lang.Object
com.fasterxml.jackson.databind.jsonSchema.factories.BooleanSchemaFactory
- All Implemented Interfaces:
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitor, com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor, SchemaProducer
public class BooleanSchemaFactory
- extends Object
- implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitor, 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 BooleanSchema schema
BooleanSchemaFactory
public BooleanSchemaFactory(ValueTypeSchemaFactory parent,
BooleanSchema 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 BooleanSchema getSchema()
- Specified by:
getSchema in interface SchemaProducer
setParent
public void setParent(ValueTypeSchemaFactory parent)
setSchema
public void setSchema(BooleanSchema schema)
Copyright © 2012 fasterxml.com. All Rights Reserved.