Class MetaDataStateChainingListener

    • Method Detail

      • getAllMetaData

        public <T> List<T> getAllMetaData​(String key)
        Type Parameters:
        T - the type of the value for the passed key
        Parameters:
        key - the key for which to find the value
        Returns:
        the accumulated MetaData during all the previous begin/endMetaData events
      • getMetaData

        public <T> T getMetaData​(String key)
        Type Parameters:
        T - the type of the value for the passed key
        Parameters:
        key - the key for which to find the value
        Returns:
        the accumulated MetaData during all the previous begin/endMetaData events, for the passed key