Uses of Class
org.elasticsearch.common.inject.internal.MatcherAndConverter
-
Packages that use MatcherAndConverter Package Description org.elasticsearch.common.inject.internal -
-
Uses of MatcherAndConverter in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal with parameters of type MatcherAndConverter Modifier and Type Method Description ErrorsErrors. ambiguousTypeConversion(String stringValue, Object source, TypeLiteral<?> type, MatcherAndConverter a, MatcherAndConverter b)ErrorsErrors. conversionError(String stringValue, Object source, TypeLiteral<?> type, MatcherAndConverter matchingConverter, RuntimeException cause)ErrorsErrors. conversionTypeError(String stringValue, Object source, TypeLiteral<?> type, MatcherAndConverter matchingConverter, Object converted)ErrorsErrors. converterReturnedNull(String stringValue, Object source, TypeLiteral<?> type, MatcherAndConverter matchingConverter)
-