Class ExposureBuilder<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Binder binder  
      private Key<T> key  
      private java.lang.Object source  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      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
    • Field Detail

      • binder

        private final Binder binder
      • source

        private final java.lang.Object source
      • key

        private Key<T> key
    • 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