Searched refs:getExposedSource (Results 1 – 5 of 5) sorted by relevance
55 Object getExposedSource(Key<?> key); in getExposedSource() method
185 privateBinder.withSource(privateElements.getExposedSource(exposed)).expose(exposed); in configure()261 privateBinder.withSource(privateElements.getExposedSource(key)).expose(key); in configure()
132 public Object getExposedSource(Key<?> key) { in getExposedSource() method in PrivateElementsImpl
253 privateElements.getExposedSource(key),
584 privateElements.getExposedSource(Key.get(String.class, named("b"))).toString(), in testSpiAccess()