|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlAnnotationIntrospector
Additional extension interface used above and beyond
AnnotationIntrospector
to handle XML-specific configuration.
Nested Class Summary | |
---|---|
static class |
XmlAnnotationIntrospector.Pair
Extension of AnnotationIntrospector.Pair that can
also dispatch 'XmlAnnotationIntrospector' methods. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |