Package org.ocpsoft.rewrite.param
Interface Converter<T>
- All Superinterfaces:
ParameterConfigurator
- Author:
- Lincoln Baxter, III
-
Method Summary
-
Method Details
-
convert
Convert the givenObjectinto the expected type. Should return null if the object cannot be converted.
-