Interface JaxbObjectWrapper


public interface JaxbObjectWrapper
Interface for wrapper for "plain" objects which can't be marshalled by jaxb like Strin, List, Map.
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for real value of this wrapper
  • Method Details

    • getObject

      Object getObject()
      Getter for real value of this wrapper
      Returns:
      real value of this wrapper