| Package | Description |
|---|---|
| com.fasterxml.jackson.databind.jsonSchema.factories |
| Modifier and Type | Field and Description |
|---|---|
protected ValueTypeSchemaFactory |
StringSchemaFactory.parent |
protected ValueTypeSchemaFactory |
NumberSchemaFactory.parent |
protected ValueTypeSchemaFactory |
IntegerSchemaFactory.parent |
protected ValueTypeSchemaFactory |
BooleanSchemaFactory.parent |
| Modifier and Type | Method and Description |
|---|---|
ValueTypeSchemaFactory |
StringSchemaFactory.getParent() |
ValueTypeSchemaFactory |
NumberSchemaFactory.getParent() |
ValueTypeSchemaFactory |
IntegerSchemaFactory.getParent() |
ValueTypeSchemaFactory |
BooleanSchemaFactory.getParent() |
ValueTypeSchemaFactory |
SchemaFactoryWrapper.FactoryProvider.valueTypeSchemaFactory(SchemaFactory parent,
ValueTypeSchema valueTypeSchema) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonBooleanFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.booleanSchemaFactory(ValueTypeSchemaFactory parent,
BooleanSchema booleanSchema) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.integerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema integerSchema) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.numberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema numberSchema) |
void |
StringSchemaFactory.setParent(ValueTypeSchemaFactory parent) |
void |
NumberSchemaFactory.setParent(ValueTypeSchemaFactory parent) |
void |
IntegerSchemaFactory.setParent(ValueTypeSchemaFactory parent) |
void |
BooleanSchemaFactory.setParent(ValueTypeSchemaFactory parent) |
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonStringFormatVisitor |
SchemaFactoryWrapper.FactoryProvider.stringSchemaFactory(ValueTypeSchemaFactory parent,
StringSchema stringSchema) |
| Constructor and Description |
|---|
BooleanSchemaFactory(ValueTypeSchemaFactory parent,
BooleanSchema schema) |
IntegerSchemaFactory(ValueTypeSchemaFactory parent,
IntegerSchema schema) |
NumberSchemaFactory(ValueTypeSchemaFactory parent,
NumberSchema schema) |
StringSchemaFactory(ValueTypeSchemaFactory parent,
StringSchema schema) |
Copyright © 2012 fasterxml.com. All Rights Reserved.