org.codehaus.waffle.bind
Interface WaffleTypeConverter
public interface WaffleTypeConverter
Implementation of this interface will be responsible for converting specific type(s).
- Author:
- Michael Ward
Method Summary |
boolean |
accept(java.lang.Class type)
|
java.lang.Object |
convert(java.lang.String propertyName,
java.lang.String value,
java.lang.Class toType)
|
accept
boolean accept(java.lang.Class type)
convert
java.lang.Object convert(java.lang.String propertyName,
java.lang.String value,
java.lang.Class toType)
throws BindException
- Throws:
BindException
Copyright © 2007 null. All Rights Reserved.