Class StringToHttpHostConverter
java.lang.Object
io.micronaut.elasticsearch.convert.StringToHttpHostConverter
- All Implemented Interfaces:
- io.micronaut.core.convert.TypeConverter<CharSequence,- org.apache.http.HttpHost> 
@Singleton
@Requires(classes=org.elasticsearch.client.RestClientBuilder.class)
public class StringToHttpHostConverter
extends Object
implements io.micronaut.core.convert.TypeConverter<CharSequence,org.apache.http.HttpHost> 
Converts String to 
HttpHost.- Since:
- 1.0.0
- Author:
- Puneet Behl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionOptional<org.apache.http.HttpHost>convert(CharSequence object, Class<org.apache.http.HttpHost> targetType, io.micronaut.core.convert.ConversionContext context) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.convert.TypeConverterconvert
- 
Constructor Details- 
StringToHttpHostConverterpublic StringToHttpHostConverter()
 
- 
- 
Method Details- 
convertpublic Optional<org.apache.http.HttpHost> convert(CharSequence object, Class<org.apache.http.HttpHost> targetType, io.micronaut.core.convert.ConversionContext context) - Specified by:
- convertin interface- io.micronaut.core.convert.TypeConverter<CharSequence,- org.apache.http.HttpHost> 
 
 
-