public class URLTranslatorFactory extends ValueTranslatorFactory<URL,String>
Constructor and Description |
---|
URLTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
protected ValueTranslator<URL,String> |
createValueTranslator(TypeKey<URL> tk,
CreateContext ctx,
Path path)
Create a translator, knowing that we have the appropriate type.
|
create
protected ValueTranslator<URL,String> createValueTranslator(TypeKey<URL> tk, CreateContext ctx, Path path)
ValueTranslatorFactory
createValueTranslator
in class ValueTranslatorFactory<URL,String>
tk
- type is guaranteed to erase to something assignable to ClassCopyright © 2015. All rights reserved.