Uses of Class
com.google.inject.spi.ElementSource
-
Packages that use ElementSource Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of ElementSource in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ElementSource Modifier and Type Method Description static ObjectErrors. convert(Object o, ElementSource source) -
Uses of ElementSource in com.google.inject.spi
Methods in com.google.inject.spi that return ElementSource Modifier and Type Method Description ElementSourceElementSource. getOriginalElementSource()Returns theElementSourceof the element this was created or copied from.
-