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

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


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

BooleanSchemaFactory

public BooleanSchemaFactory(ValueTypeSchemaFactory parent,
                            BooleanSchema 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 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.