MCPcopy Create free account
hub / github.com/google/guice / converterReturnedNull

Method converterReturnedNull

core/src/com/google/inject/internal/Errors.java:193–205  ·  view source on GitHub ↗
(
      String stringValue,
      Object source,
      TypeLiteral<?> type,
      TypeConverterBinding typeConverterBinding)

Source from the content-addressed store, hash-verified

191 }
192
193 public Errors converterReturnedNull(
194 String stringValue,
195 Object source,
196 TypeLiteral<?> type,
197 TypeConverterBinding typeConverterBinding) {
198 return addMessage(
199 ErrorId.CONVERTER_RETURNED_NULL,
200 "Received null converting '%s' (bound at %s) to %s\n using %s.",
201 stringValue,
202 convert(source),
203 type,
204 typeConverterBinding);
205 }
206
207 public Errors conversionTypeError(
208 String stringValue,

Callers 1

Calls 2

addMessageMethod · 0.95
convertMethod · 0.95

Tested by

no test coverage detected