Class AbstractApplicationContextMergeStrategy

  • All Implemented Interfaces:
    io.github.funofprograming.context.ApplicationContextMergeStrategy

    
    public abstract class AbstractApplicationContextMergeStrategy
     implements ApplicationContextMergeStrategy
                        

    Abstract implementation of {@linkplain ApplicationContextMergeStrategy}

    Initialize with a set of keys for whom this strategy is to be applied. If null set passed then strategy is applicable for all keys

    Author:

    Akshay Jain

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.github.funofprograming.context.ApplicationContextMergeStrategy

        merge
      • Methods inherited from class java.lang.Object

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

      • AbstractApplicationContextMergeStrategy

        AbstractApplicationContextMergeStrategy(Set<Key<?>> keys)
    • Method Detail