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(java.lang.String name)
Deprecated.
|
void |
optionalProperty(java.lang.String name,
JsonFormatVisitable handler,
JavaType propertyTypeHint) |
void |
property(BeanProperty writer) |
void |
property(java.lang.String name)
Deprecated.
|
void |
property(java.lang.String name,
JsonFormatVisitable handler,
JavaType propertyTypeHint) |
getProvider, setProvidervoid property(BeanProperty writer) throws JsonMappingException
JsonMappingExceptionvoid property(java.lang.String name,
JsonFormatVisitable handler,
JavaType propertyTypeHint)
throws JsonMappingException
JsonMappingException@Deprecated
void property(java.lang.String name)
throws JsonMappingException
JsonMappingExceptionvoid optionalProperty(BeanProperty writer) throws JsonMappingException
JsonMappingExceptionvoid optionalProperty(java.lang.String name,
JsonFormatVisitable handler,
JavaType propertyTypeHint)
throws JsonMappingException
JsonMappingException@Deprecated
void optionalProperty(java.lang.String name)
throws JsonMappingException
JsonMappingExceptionCopyright © 2013. All Rights Reserved.