Package 

Interface DataProviderStrategy

  • All Implemented Interfaces:

    
    public interface DataProviderStrategy<DATA_HOLDER extends Object, KEY extends Object>
    
                        

    There are use-cases when processing logic can be defined via common interface for accessing particular data. For example, consider a state which is essentially a bag of key-value pairs. Underlying implementation might be a Map, array or any other data structure. All of the can be decorated by this interface

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Object getData(DATA_HOLDER dataHolder, KEY key)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait