Package com.google.inject.internal
Class ErrorFormatter
java.lang.Object
com.google.inject.internal.ErrorFormatter
Helper for formatting Guice errors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidformatSources(int index, List<Object> sources, Formatter formatter) Format a list of sources to the givenformatter, prefixed by the giveindex.(package private) static voidformatSources(List<Object> sources, Formatter formatter) Format a list of sources to the givenformatter.
-
Constructor Details
-
ErrorFormatter
private ErrorFormatter()
-
-
Method Details
-
formatSources
Format a list of sources to the givenformatter, prefixed by the giveindex. -
formatSources
Format a list of sources to the givenformatter.
-