public class Inet6AddressConverter extends InetAddressConverter
Title: Inet6Address Converter
Description: Strict converter that only allows IPv6 addresses (Inet6Address) to be converted
Copyright: Copyright (c) 2006
| Constructor and Description |
|---|
Inet6AddressConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canConvert(Class type) |
Object |
fromString(String s) |
String |
toString(Object obj) |
public Object fromString(String s)
fromString in interface com.thoughtworks.xstream.converters.SingleValueConverterfromString in class InetAddressConverterpublic String toString(Object obj)
toString in interface com.thoughtworks.xstream.converters.SingleValueConvertertoString in class InetAddressConverterpublic boolean canConvert(Class type)
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatchercanConvert in class InetAddressConverterCopyright © 2015. All rights reserved.