Class SourceData

    • Field Detail

      • dataMap

        protected final Map<String,​Object> dataMap
        The internal data Map that the call are delegated to.
        Since:
        4.0.4
    • Constructor Detail

      • SourceData

        public SourceData​(Source source)
        Creates a source data associated with the given source.
        Parameters:
        source - the source that this data will belong to.
        Since:
        4.0.4
      • SourceData

        public SourceData()
        Creates a source data without source associated.
        Parameters:
        source - the source that this data will belong to.
        Since:
        4.0.4