Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addDefultValue(String, Object) - Method in class dev.zyzdev.FakeModelBuilder
-
Add default value of the field.
B
- build(Class<T>) - Method in class dev.zyzdev.FakeModelBuilder
-
Build fake model of T.
D
- DEFAULT_ITEM_SIZE - Static variable in annotation interface dev.zyzdev.annotation.FakeConfig
-
Default setting of item size for List or Map type field.
- DEFAULT_MAX_VALUE - Static variable in annotation interface dev.zyzdev.annotation.FakeConfig
-
Default setting of max value for Number type field.
- DEFAULT_MIN_VALUE - Static variable in annotation interface dev.zyzdev.annotation.FakeConfig
-
Default setting of min value for Number type field.
- DEFAULT_NULLABLE - Static variable in annotation interface dev.zyzdev.annotation.FakeConfig
-
Default setting of nullable.
- dev.zyzdev - package dev.zyzdev
- dev.zyzdev.annotation - package dev.zyzdev.annotation
F
- FakeConfig - Annotation Interface in dev.zyzdev.annotation
-
This is an annotation for fakemodel to specify a property generating configuration.
- FakeModelBuilder - Class in dev.zyzdev
-
This is a library help to new instance of a data model.
- FakeModelBuilder() - Constructor for class dev.zyzdev.FakeModelBuilder
-
A empry argument constructor.
I
- itemSize() - Element in annotation interface dev.zyzdev.annotation.FakeConfig
-
Define item size for List or Map type field.
M
- maxValue() - Element in annotation interface dev.zyzdev.annotation.FakeConfig
-
Define max value for Number type field.
- minValue() - Element in annotation interface dev.zyzdev.annotation.FakeConfig
-
Define min value for Number type field.
N
- nullable() - Element in annotation interface dev.zyzdev.annotation.FakeConfig
-
Define field is nullable.
R
- removeDefultValue(String) - Method in class dev.zyzdev.FakeModelBuilder
-
Remove default value of the field.
All Classes and Interfaces|All Packages|Constant Field Values