com.fasterxml.jackson.databind.jsonSchema.factories
Class SchemaFactoryWrapper.FactoryProvider
java.lang.Object
com.fasterxml.jackson.databind.jsonSchema.factories.SchemaFactoryWrapper.FactoryProvider
- Enclosing class:
- SchemaFactoryWrapper
protected class SchemaFactoryWrapper.FactoryProvider
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaFactoryWrapper.FactoryProvider
public SchemaFactoryWrapper.FactoryProvider()
getFactoryWrapperProvider
public SchemaFactoryWrapper.SchemaFactoryWrapperProvider getFactoryWrapperProvider()
setFactoryWrapperProvider
public void setFactoryWrapperProvider(SchemaFactoryWrapper.SchemaFactoryWrapperProvider factoryWrapperProvider)
AnySchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonAnyFormatVisitor AnySchemaFactory(SchemaFactory delegate,
AnySchema anySchema)
- Parameters:
delegate - schema -
- Returns:
ArraySchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonArrayFormatVisitor ArraySchemaFactory(SchemaFactory parent,
ArraySchema arraySchema)
- Parameters:
parent - arraySchema -
- Returns:
BooleanSchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitor BooleanSchemaFactory(ValueTypeSchemaFactory parent,
BooleanSchema booleanSchema)
- Parameters:
delegate - booleanSchema -
- Returns:
IntegerSchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor IntegerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema integerSchema)
- Parameters:
parent - integerSchema -
- Returns:
NullSchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNullFormatVisitor NullSchemaFactory(SchemaFactory parent,
NullSchema nullSchema)
- Parameters:
parent - nullSchema -
- Returns:
NumberSchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor NumberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema numberSchema)
- Parameters:
parent - numberSchema -
- Returns:
ObjectSchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor ObjectSchemaFactory(SchemaFactory parent,
ObjectSchema objectSchema)
- Parameters:
delegate - objectSchema -
- Returns:
SchemaFactory
public SchemaFactory SchemaFactory(JsonSchema schema)
- Parameters:
schema -
- Returns:
StringSchemaFactory
public com.fasterxml.jackson.databind.jsonFormatVisitors.JsonStringFormatVisitor StringSchemaFactory(ValueTypeSchemaFactory parent,
StringSchema stringSchema)
- Parameters:
valueTypeSchemaFactory - stringSchema -
- Returns:
ValueTypeSchemaFactory
public ValueTypeSchemaFactory ValueTypeSchemaFactory(SchemaFactory parent,
ValueTypeSchema valueTypeSchema)
- Parameters:
parent - valueTypeSchema -
- Returns:
Copyright © 2012 fasterxml.com. All Rights Reserved.