public interface XmlAnnotationIntrospector
AnnotationIntrospector
to handle XML-specific configuration.Modifier and Type | Interface and Description |
---|---|
static class |
XmlAnnotationIntrospector.Pair
Extension of
AnnotationIntrospector.Pair that can
also dispatch 'XmlAnnotationIntrospector' methods. |
Modifier and Type | Method and Description |
---|---|
String |
findNamespace(com.fasterxml.jackson.databind.introspect.Annotated ann)
Method that can be called to figure out generic namespace
property for an annotated object.
|
Boolean |
isOutputAsAttribute(com.fasterxml.jackson.databind.introspect.Annotated ann)
Method used to check whether given annotated element
(field, method, constructor parameter) has indicator that suggests
it be output as an XML attribute or not (as element)
|
Boolean |
isOutputAsText(com.fasterxml.jackson.databind.introspect.Annotated ann)
Method used to check whether given annotated element
(field, method, constructor parameter) has indicator that suggests
it should be serialized as text, without element wrapper.
|
String findNamespace(com.fasterxml.jackson.databind.introspect.Annotated ann)
Boolean isOutputAsAttribute(com.fasterxml.jackson.databind.introspect.Annotated ann)
Boolean isOutputAsText(com.fasterxml.jackson.databind.introspect.Annotated ann)
Copyright © 2012-2013 FasterXML. All Rights Reserved.