Class FallbackScope

  • All Implemented Interfaces:
    Scope

    public class FallbackScope
    extends java.lang.Object
    implements Scope
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> get​(ContextKey contextKey)  
      java.util.Set<ContextKey> keys()  
      • Methods inherited from class java.lang.Object

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

      • FallbackScope

        public FallbackScope​(java.util.List<Scope> scopes)
      • FallbackScope

        public FallbackScope​(Scope... scopes)
    • Method Detail

      • get

        public java.util.Optional<java.lang.String> get​(ContextKey contextKey)
        Specified by:
        get in interface Scope