com.dtolabs.rundeck.core.utils
Interface Converter<S,T>

All Known Implementing Classes:
IdentityConverter

public interface Converter<S,T>

Convert one type of object into another


Method Summary
 T convert(S s)
           
 

Method Detail

convert

T convert(S s)