public interface JsonObjectFormatVisitor extends JsonFormatVisitorWithSerializerProvider
Modifier and Type | Interface and Description |
---|---|
static class |
JsonObjectFormatVisitor.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 |
optionalProperty(BeanProperty writer) |
void |
optionalProperty(String name)
Deprecated.
|
void |
optionalProperty(String name,
JsonFormatVisitable handler,
JavaType propertyTypeHint) |
void |
property(BeanProperty writer) |
void |
property(String name)
Deprecated.
|
void |
property(String name,
JsonFormatVisitable handler,
JavaType propertyTypeHint) |
getProvider, setProvider
void property(BeanProperty writer) throws JsonMappingException
JsonMappingException
void property(String name, JsonFormatVisitable handler, JavaType propertyTypeHint) throws JsonMappingException
JsonMappingException
@Deprecated void property(String name) throws JsonMappingException
JsonMappingException
void optionalProperty(BeanProperty writer) throws JsonMappingException
JsonMappingException
void optionalProperty(String name, JsonFormatVisitable handler, JavaType propertyTypeHint) throws JsonMappingException
JsonMappingException
@Deprecated void optionalProperty(String name) throws JsonMappingException
JsonMappingException
Copyright © 2012-2013 FasterXML. All Rights Reserved.