public class LocalDateTimeTranslatorFactory extends ValueTranslatorFactory<org.joda.time.LocalDateTime,String>
Constructor and Description |
---|
LocalDateTimeTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
protected ValueTranslator<org.joda.time.LocalDateTime,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.LocalDateTime,String> createSafe(Path path, Property property, Type type, CreateContext ctx)
ValueTranslatorFactory
createSafe
in class ValueTranslatorFactory<org.joda.time.LocalDateTime,String>
type
- is guaranteed to erase to something assignable to ClassCopyright © 2013. All Rights Reserved.