public static class JsonNumberFormatVisitor.Base extends JsonValueFormatVisitor.Base implements JsonNumberFormatVisitor
JsonNumberFormatVisitor.Base
Constructor and Description |
---|
Base() |
Modifier and Type | Method and Description |
---|---|
void |
numberType(JsonParser.NumberType type)
Method called to provide more exact type of number being serialized
(regardless of logical type, which may be
Date or
Enum , in addition to actual numeric types like
Integer ). |
enumTypes, format
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enumTypes, format
public void numberType(JsonParser.NumberType type)
JsonNumberFormatVisitor
Date
or
Enum
, in addition to actual numeric types like
Integer
).numberType
in interface JsonNumberFormatVisitor
Copyright © 2010 - 2020 Adobe. All Rights Reserved