Interface UnmarshallingContext

All Superinterfaces:
DataHolder
All Known Implementing Classes:
AbstractReferenceUnmarshaller, ReferenceByIdUnmarshaller, ReferenceByXPathUnmarshaller, TreeUnmarshaller

public interface UnmarshallingContext extends DataHolder
  • Method Details

    • convertAnother

      Object convertAnother(Object current, Class type)
    • convertAnother

      Object convertAnother(Object current, Class type, Converter converter)
      Since:
      1.2
    • currentObject

      Object currentObject()
    • getRequiredType

      Class getRequiredType()
    • addCompletionCallback

      void addCompletionCallback(Runnable work, int priority)