Uses of Interface
org.elasticsearch.common.inject.spi.TypeConverter
-
Packages that use TypeConverter Package Description org.elasticsearch.common.inject org.elasticsearch.common.inject.internal org.elasticsearch.common.inject.spi -
-
Uses of TypeConverter in org.elasticsearch.common.inject
Methods in org.elasticsearch.common.inject with parameters of type TypeConverter Modifier and Type Method Description protected voidAbstractModule. convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter)voidBinder. convertToTypes(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter converter)Binds a type converter. -
Uses of TypeConverter in org.elasticsearch.common.inject.internal
Methods in org.elasticsearch.common.inject.internal that return TypeConverter Modifier and Type Method Description TypeConverterMatcherAndConverter. getTypeConverter()Constructors in org.elasticsearch.common.inject.internal with parameters of type TypeConverter Constructor Description MatcherAndConverter(Matcher<? super TypeLiteral<?>> typeMatcher, TypeConverter typeConverter, Object source) -
Uses of TypeConverter in org.elasticsearch.common.inject.spi
Methods in org.elasticsearch.common.inject.spi that return TypeConverter Modifier and Type Method Description TypeConverterTypeConverterBinding. getTypeConverter()
-