org.nnsoft.guice.rocoto.converters
Class URIConverter

java.lang.Object
  extended by com.google.inject.TypeLiteral<T>
      extended by org.nnsoft.guice.rocoto.converters.AbstractConverter<URI>
          extended by org.nnsoft.guice.rocoto.converters.URIConverter
All Implemented Interfaces:
com.google.inject.Module, com.google.inject.spi.TypeConverter

public final class URIConverter
extends AbstractConverter<URI>

Converter implementation for java.net.URI.


Constructor Summary
URIConverter()
           
 
Method Summary
 Object convert(String value, com.google.inject.TypeLiteral<?> toType)
          
 
Methods inherited from class org.nnsoft.guice.rocoto.converters.AbstractConverter
configure
 
Methods inherited from class com.google.inject.TypeLiteral
equals, get, get, getExceptionTypes, getFieldType, getParameterTypes, getRawType, getReturnType, getSupertype, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIConverter

public URIConverter()
Method Detail

convert

public Object convert(String value,
                      com.google.inject.TypeLiteral<?> toType)



Copyright © 2010-2012 99 Software Foundation. All Rights Reserved.