com.xebialabs.deployit.spring
Class TypeConverter

java.lang.Object
  extended by com.xebialabs.deployit.spring.TypeConverter
All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<java.lang.String,com.xebialabs.deployit.plugin.api.reflect.Type>

public class TypeConverter
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<java.lang.String,com.xebialabs.deployit.plugin.api.reflect.Type>


Constructor Summary
TypeConverter()
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.reflect.Type convert(java.lang.String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverter

public TypeConverter()
Method Detail

convert

public com.xebialabs.deployit.plugin.api.reflect.Type convert(java.lang.String source)
Specified by:
convert in interface org.springframework.core.convert.converter.Converter<java.lang.String,com.xebialabs.deployit.plugin.api.reflect.Type>