Interface MarshallingContext
- All Superinterfaces:
DataHolder
- All Known Subinterfaces:
ReferencingMarshallingContext
- All Known Implementing Classes:
AbstractReferenceMarshaller, ReferenceByIdMarshaller, ReferenceByXPathMarshaller, TreeMarshaller
-
Method Summary
Modifier and TypeMethodDescriptionvoidconvertAnother(Object nextItem) Converts another object searching for the default convertervoidconvertAnother(Object nextItem, Converter converter) Converts another object using the specified converterMethods inherited from interface DataHolder
get, keys, put
-
Method Details
-
convertAnother
Converts another object searching for the default converter- Parameters:
nextItem- the next item to convert
-
convertAnother
-