public interface TypeConvertor
Modifier and Type | Method and Description |
---|---|
Object |
convert(Object object)
Convert the object from one type to another.
|
Object convert(Object object) throws ClassCastException
object
- The object to convert.ClassCastException
- The object is not of the type supported by this convertor.Copyright © 2016. All rights reserved.