Searched refs:getExposedSource (Results 1 – 5 of 5) sorted by relevance
60 Object getExposedSource(Key<?> key); in getExposedSource() method
188 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure()258 privateBinder.withSource(privateElements.getExposedSource(key)).expose(key); in configure()
127 public Object getExposedSource(Key<?> key) { in getExposedSource() method in PrivateElementsImpl
195 injector, privateElements.getExposedSource(key), key, exposedKeyFactory, privateElements));
453 assertContains(privateElements.getExposedSource(Key.get(String.class, named("b"))).toString(), in testSpiAccess()