public class DateTimeFactory extends AbstractClassFactory<org.joda.time.DateTime>
hints| Constructor and Description |
|---|
DateTimeFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
create(Field field) |
boolean |
supports(Class clazz)
Checks if this ClassFactory is targetted at a specific Class
|
getHint, putHint, removeHint, supportspublic boolean supports(Class clazz)
ClassFactoryclazz - The class to check support againsttrue if this ClassFactory supports the clazz requested to be created, false otherwisepublic org.joda.time.DateTime create(Field field)
field - The field to create an instance ofT that this class is a factory forCopyright © 2016. All rights reserved.