public static interface AnnotationIntrospector.XmlExtensions
Modifier and Type | Method and Description |
---|---|
java.lang.String |
findNamespace(MapperConfig<?> config,
Annotated ann)
Method that can be called to figure out generic namespace
property for an annotated object.
|
java.lang.Boolean |
isOutputAsAttribute(MapperConfig<?> config,
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 (if not, then as element)
|
java.lang.Boolean |
isOutputAsCData(MapperConfig<?> config,
Annotated ann)
Method used to check whether given annotated element
(field, method, constructor parameter) has indicator that suggests
it should be wrapped in a CDATA tag.
|
java.lang.Boolean |
isOutputAsText(MapperConfig<?> config,
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.
|
java.lang.String findNamespace(MapperConfig<?> config, Annotated ann)
config
- Configuration settings in effectann
- Annotated entity to introspectjava.lang.Boolean isOutputAsAttribute(MapperConfig<?> config, Annotated ann)
config
- Configuration settings in effectann
- Annotated entity to introspectTrue
or False
otherwisejava.lang.Boolean isOutputAsText(MapperConfig<?> config, Annotated ann)
config
- Configuration settings in effectann
- Annotated entity to introspectTrue
or False
otherwisejava.lang.Boolean isOutputAsCData(MapperConfig<?> config, Annotated ann)
config
- Configuration settings in effectann
- Annotated entity to introspectTrue
or False
otherwiseCopyright © 2010 - 2023 Adobe. All Rights Reserved