Class ExposureBuilder<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ExposureBuilder​(Binder binder, java.lang.Object source, Key<T> key)  
    • Method Summary

      Modifier and Type Method Description
      void annotatedWith​(java.lang.annotation.Annotation annotation)
      See the EDSL examples at Binder.
      void annotatedWith​(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
      See the EDSL examples at Binder.
      protected void checkNotAnnotated()  
      Key<?> getKey()  
      java.lang.Object getSource()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ExposureBuilder

        public ExposureBuilder​(Binder binder,
                               java.lang.Object source,
                               Key<T> key)
    • Method Detail

      • checkNotAnnotated

        protected void checkNotAnnotated()
      • getKey

        public Key<?> getKey()
      • getSource

        public java.lang.Object getSource()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object