org.constretto.internal.converter
Class InetAddressValueConverter

java.lang.Object
  extended by org.constretto.internal.converter.InetAddressValueConverter
All Implemented Interfaces:
ValueConverter<InetAddress>

public class InetAddressValueConverter
extends Object
implements ValueConverter<InetAddress>

Author:
trygvis

Constructor Summary
InetAddressValueConverter()
           
 
Method Summary
 InetAddress fromString(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InetAddressValueConverter

public InetAddressValueConverter()
Method Detail

fromString

public InetAddress fromString(String value)
                       throws ConstrettoConversionException
Specified by:
fromString in interface ValueConverter<InetAddress>
Throws:
ConstrettoConversionException


Copyright © 2008-2011. All Rights Reserved.