Class AbstractReferenceMarshaller.Id

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object item  
      private Path path  
    • Constructor Summary

      Constructors 
      Constructor Description
      Id​(java.lang.Object item, Path path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getItem()  
      protected Path getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • item

        private java.lang.Object item
      • path

        private Path path
    • Constructor Detail

      • Id

        public Id​(java.lang.Object item,
                  Path path)
    • Method Detail

      • getItem

        protected java.lang.Object getItem()
      • getPath

        protected Path getPath()