Package jenkins.plugins.logstash.utils
Class URIConverter
- java.lang.Object
-
- org.apache.commons.beanutils.converters.AbstractConverter
-
- jenkins.plugins.logstash.utils.URIConverter
-
- All Implemented Interfaces:
org.apache.commons.beanutils.Converter
public class URIConverter extends org.apache.commons.beanutils.converters.AbstractConverter
-
-
Constructor Summary
Constructors Constructor Description URIConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
convertToType(Class type, Object value)
protected Class
getDefaultType()
-
-
-
Method Detail
-
convertToType
protected Object convertToType(Class type, Object value) throws Throwable
- Specified by:
convertToType
in classorg.apache.commons.beanutils.converters.AbstractConverter
- Throws:
Throwable
-
getDefaultType
protected Class getDefaultType()
- Specified by:
getDefaultType
in classorg.apache.commons.beanutils.converters.AbstractConverter
-
-