@Authors(value="Nikolche Mihajlovski") @Since(value="5.1.0") public interface TypeSpecificFactory<T>
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
booleanArr(T context) |
Boolean |
booleanObj(T context) |
boolean |
booleanValue(T context) |
byte[] |
byteArr(T context) |
Byte |
byteObj(T context) |
byte |
byteValue(T context) |
char[] |
charArr(T context) |
Character |
charObj(T context) |
char |
charValue(T context) |
Object |
create(T context) |
Date |
date(T context) |
Deleted |
deletedValue(T context) |
double[] |
doubleArr(T context) |
Double |
doubleObj(T context) |
double |
doubleValue(T context) |
float[] |
floatArr(T context) |
Float |
floatObj(T context) |
float |
floatValue(T context) |
int[] |
intArr(T context) |
Integer |
intObj(T context) |
int |
intValue(T context) |
List<?> |
list(T context) |
long[] |
longArr(T context) |
Long |
longObj(T context) |
long |
longValue(T context) |
Map<?,?> |
map(T context) |
None |
noneValue(T context) |
Object |
nullValue(T context) |
Object[] |
objectArr(T context) |
Object |
objectValue(T context) |
Set<?> |
set(T context) |
short[] |
shortArr(T context) |
Short |
shortObj(T context) |
short |
shortValue(T context) |
String |
string(T context) |
Object |
unknown(T context) |
UUID |
uuid(T context) |
boolean booleanValue(T context)
byte byteValue(T context)
short shortValue(T context)
char charValue(T context)
int intValue(T context)
long longValue(T context)
float floatValue(T context)
double doubleValue(T context)
boolean[] booleanArr(T context)
byte[] byteArr(T context)
short[] shortArr(T context)
char[] charArr(T context)
int[] intArr(T context)
long[] longArr(T context)
float[] floatArr(T context)
double[] doubleArr(T context)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.