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 Object
Errors. 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 ElementSource
ElementSource. getOriginalElementSource()
Returns theElementSource
of the element this was created or copied from.
-