Home
last modified time | relevance | path

Searched refs:ambiguousTypeConversion (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInheritingState.java112 errors.ambiguousTypeConversion(stringValue, source, type, matchingConverter, converter); in getConverter()
DErrors.java191 public Errors ambiguousTypeConversion(String stringValue, Object source, TypeLiteral<?> type, in ambiguousTypeConversion() method in Errors