public class AddressHandler extends Object implements TypeHandler<EthAddress>
| Constructor and Description |
|---|
AddressHandler() |
| Modifier and Type | Method and Description |
|---|---|
EthAddress |
convert(Object obj) |
boolean |
isOfType(Class<?> cls) |
public boolean isOfType(Class<?> cls)
isOfType in interface TypeHandler<EthAddress>public EthAddress convert(Object obj)
convert in interface TypeHandler<EthAddress>Copyright © 2016. All rights reserved.