org.skife.config
Interface Coercible<T>


public interface Coercible<T>

Returns a Coercer to convert String values into the given type. The interface accepts Class<?> because the type can be Object.


Method Summary
 Coercer<T> accept(Class<?> clazz)
           
 

Method Detail

accept

Coercer<T> accept(Class<?> clazz)


Copyright © 2011. All Rights Reserved.