public class Convertable extends Object
Constructor and Description |
---|
Convertable(Object source) |
Convertable(Object source,
JConverter context) |
public Convertable(Object source)
source
- the object to convert.public Convertable(Object source, JConverter context)
source
- the object to convert.context
- the conversion context.public <T> T as(Type targetType)
targetType
- Copyright © 2014. All rights reserved.