public interface JsonIntegerFormatVisitor extends JsonValueFormatVisitor
Modifier and Type | Interface and Description |
---|---|
static class |
JsonIntegerFormatVisitor.Base
Default "empty" implementation, useful as the base to start on;
especially as it is guaranteed to implement all the method
of the interface, even if new methods are getting added.
|
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
void numberType(JsonParser.NumberType type)
Date
or
Enum
, in addition to actual numeric types like
Integer
)."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"