Class EmptyScope

  • All Implemented Interfaces:
    Scope

    public final class EmptyScope
    extends java.lang.Object
    implements Scope
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EmptyScope EMPTY  
    • 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
    • Method Detail

      • get

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