public class LongFactory extends AbstractClassFactory<Long>
hints| Constructor and Description |
|---|
LongFactory() |
| Modifier and Type | Method and Description |
|---|---|
Long |
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 otherwiseCopyright © 2016. All rights reserved.