Top Fields Constructors Methods
com.fasterxml.jackson.dataformat.avro.schema

public Class IntegerVisitor

extends Base
implements SchemaBuilder
Class Inheritance
All Implemented Interfaces
com.fasterxml.jackson.dataformat.avro.schema.SchemaBuilder
Imports
org.apache.avro.Schema, com.fasterxml.jackson.core.JsonParser, com.fasterxml.jackson.databind.JavaType, com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor

Field Summary

Modifier and TypeField and Description
protected JavaType
protected JsonParser.NumberType

Constructor Summary

AccessConstructor and Description
public
public

Method Summary

Modifier and TypeMethod and Description
public Schema
public void
numberType(JsonParser.NumberType type)

Overrides com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor.Base.numberType.

Implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor.numberType.

Method called to provide more exact type of number being serialized (regardless of logical type, which may be java.util.Date or java.lang.Enum, in addition to actual numeric types like java.lang.Integer).

Field Detail

_hintback to summary
protected JavaType _hint
_typeback to summary
protected JsonParser.NumberType _type

Constructor Detail

IntegerVisitorback to summary
public IntegerVisitor()
IntegerVisitorback to summary
public IntegerVisitor(JavaType typeHint)

Method Detail

builtAvroSchemaback to summary
public Schema builtAvroSchema()

Implements com.fasterxml.jackson.dataformat.avro.schema.SchemaBuilder.builtAvroSchema.

Annotations
@Override
numberTypeback to summary
public void numberType(JsonParser.NumberType type)

Overrides com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor.Base.numberType.

Implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor.numberType.

Doc from com.fasterxml.jackson.databind.jsonFormatVisitors.JsonIntegerFormatVisitor.numberType.

Method called to provide more exact type of number being serialized (regardless of logical type, which may be java.util.Date or java.lang.Enum, in addition to actual numeric types like java.lang.Integer).

Annotations
@Override