public class LocalDateTranslatorFactory extends ValueTranslatorFactory<org.joda.time.LocalDate,String>
Constructor and Description |
---|
LocalDateTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
protected ValueTranslator<org.joda.time.LocalDate,String> |
createSafe(Path path,
Property property,
Type type,
CreateContext ctx)
Create a translator, knowing that we have the appropriate type.
|
create
protected ValueTranslator<org.joda.time.LocalDate,String> createSafe(Path path, Property property, Type type, CreateContext ctx)
ValueTranslatorFactory
createSafe
in class ValueTranslatorFactory<org.joda.time.LocalDate,String>
type
- is guaranteed to erase to something assignable to ClassCopyright © 2014. All rights reserved.