- java.lang.Object
-
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor.Base
-
- com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor.Base
-
- com.fasterxml.jackson.dataformat.avro.schema.DoubleVisitor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonNumberFormatVisitor.Base
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected com.fasterxml.jackson.core.JsonParser.NumberType |
_type |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
org.apache.avro.Schema |
builtAvroSchema() |
void |
numberType(com.fasterxml.jackson.core.JsonParser.NumberType type) |
-
Methods inherited from class com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor.Base
enumTypes, format
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.fasterxml.jackson.databind.jsonFormatVisitors.JsonValueFormatVisitor
enumTypes, format
-
-
Constructor Detail
-
DoubleVisitor
public DoubleVisitor()
Copyright © 2016 FasterXML. All rights reserved.