@Retention(value=RUNTIME) @Deprecated public @interface POJOMock
| Modifier and Type | Optional Element and Description |
|---|---|
int[] |
arraySize
Deprecated.
|
Class<? extends POJOMockerFactory> |
factory
Deprecated.
|
boolean |
forceMock
Deprecated.
当field非空时,是否强制模拟
|
int |
max
Deprecated.
|
int |
maxRecycledCount
Deprecated.
最大可循环次数
|
int |
min
Deprecated.
|
String |
sizeOf
Deprecated.
|
POJOMock.MockType |
type
Deprecated.
|
public abstract POJOMock.MockType type
public abstract String sizeOf
public abstract int[] arraySize
@Deprecated public abstract Class<? extends POJOMockerFactory> factory
Copyright © 2018. All rights reserved.