org.sonatype.guice.bean.converters
Class URLTypeConverter
java.lang.Object
org.sonatype.guice.bean.converters.AbstractTypeConverter<URL>
org.sonatype.guice.bean.converters.URLTypeConverter
- All Implemented Interfaces:
- com.google.inject.Module, com.google.inject.spi.TypeConverter
public final class URLTypeConverter
- extends AbstractTypeConverter<URL>
TypeConverter
Module
that converts constants to URL
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLTypeConverter
public URLTypeConverter()
convert
public Object convert(String value,
com.google.inject.TypeLiteral<?> toType)
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.