跳过导航链接
A B C D E F G I K M N P Q R S T 

A

AddressRandomGenerator - com.github.developframework.mock.random中的类
随机地址生成器
AddressRandomGenerator() - 类 的构造器com.github.developframework.mock.random.AddressRandomGenerator
 

B

BooleanRandomGenerator - com.github.developframework.mock.random中的类
布尔值随机生成器
BooleanRandomGenerator() - 类 的构造器com.github.developframework.mock.random.BooleanRandomGenerator
 

C

Cache() - 类 的构造器com.github.developframework.mock.MockCache.Cache
 
calcRange(String) - 类 中的方法com.github.developframework.mock.random.DateTimeRandomGenerator
 
clearCache() - 类 中的方法com.github.developframework.mock.MockClient
清空缓存
com.github.developframework.mock - 程序包 com.github.developframework.mock
 
com.github.developframework.mock.random - 程序包 com.github.developframework.mock.random
 
customRandomGenerators(RandomGenerator[]) - 类 中的方法com.github.developframework.mock.RandomGeneratorRegistry
 

D

DateRandomGenerator - com.github.developframework.mock.random中的类
随机日期生成器
DateRandomGenerator() - 类 的构造器com.github.developframework.mock.random.DateRandomGenerator
 
DateTimeRandomGenerator - com.github.developframework.mock.random中的类
随机日期时间生成器
DateTimeRandomGenerator() - 类 的构造器com.github.developframework.mock.random.DateTimeRandomGenerator
 
defaultEntity() - 类 中的方法com.github.developframework.mock.RandomGeneratorRegistry
 

E

EnumRandomGenerator - com.github.developframework.mock.random中的类
随机枚举生成器
EnumRandomGenerator() - 类 的构造器com.github.developframework.mock.random.EnumRandomGenerator
 

F

forString(MockPlaceholder, County) - 类 中的方法com.github.developframework.mock.random.AddressRandomGenerator
 
forString(MockPlaceholder, Boolean) - 类 中的方法com.github.developframework.mock.random.BooleanRandomGenerator
 
forString(MockPlaceholder, Date) - 类 中的方法com.github.developframework.mock.random.DateRandomGenerator
 
forString(MockPlaceholder, Date) - 类 中的方法com.github.developframework.mock.random.DateTimeRandomGenerator
 
forString(MockPlaceholder, String) - 类 中的方法com.github.developframework.mock.random.EnumRandomGenerator
 
forString(MockPlaceholder, IdentityCardRandomGenerator.IdentityCard) - 类 中的方法com.github.developframework.mock.random.IdentityCardRandomGenerator
 
forString(MockPlaceholder, String) - 类 中的方法com.github.developframework.mock.random.IPRandomGenerator
 
forString(MockPlaceholder, String) - 类 中的方法com.github.developframework.mock.random.MobileRandomGenerator
 
forString(MockPlaceholder, Number) - 类 中的方法com.github.developframework.mock.random.NumberRandomGenerator
 
forString(MockPlaceholder, String) - 类 中的方法com.github.developframework.mock.random.PersonNameRandomGenerator
 
forString(MockPlaceholder, Object) - 类 中的方法com.github.developframework.mock.random.QuoteRandomGenerator
 
forString(MockPlaceholder, T) - 接口 中的方法com.github.developframework.mock.random.RandomGenerator
描述随机值如何转换到字符串
forString(MockPlaceholder, String) - 类 中的方法com.github.developframework.mock.random.StringRandomGenerator
 
forString(MockPlaceholder, Date) - 类 中的方法com.github.developframework.mock.random.TimeRandomGenerator
 

G

getId() - 类 中的方法com.github.developframework.mock.MockPlaceholder
 
getParameter(String, Class<T>) - 类 中的方法com.github.developframework.mock.MockPlaceholder
 
getParameterOrDefault(String, Class<T>, T) - 类 中的方法com.github.developframework.mock.MockPlaceholder
 
getRandomGenerator(String) - 类 中的方法com.github.developframework.mock.RandomGeneratorRegistry
 

I

IdentityCard(County, Date, int) - 类 的构造器com.github.developframework.mock.random.IdentityCardRandomGenerator.IdentityCard
 
IdentityCardRandomGenerator - com.github.developframework.mock.random中的类
随机身份证号生成器
IdentityCardRandomGenerator() - 类 的构造器com.github.developframework.mock.random.IdentityCardRandomGenerator
 
IdentityCardRandomGenerator.IdentityCard - com.github.developframework.mock.random中的类
 
IPRandomGenerator - com.github.developframework.mock.random中的类
IP随机生成器
IPRandomGenerator() - 类 的构造器com.github.developframework.mock.random.IPRandomGenerator
 

K

key() - 类 中的方法com.github.developframework.mock.random.AddressRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.BooleanRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.DateRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.DateTimeRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.EnumRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.IdentityCardRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.IPRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.MobileRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.NumberRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.PersonNameRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.QuoteRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.StringRandomGenerator
 
key() - 类 中的方法com.github.developframework.mock.random.TimeRandomGenerator
 

M

MobileRandomGenerator - com.github.developframework.mock.random中的类
随机手机号生成器
MobileRandomGenerator() - 类 的构造器com.github.developframework.mock.random.MobileRandomGenerator
 
mock(String) - 类 中的方法com.github.developframework.mock.MockClient
依据模板填充随机值
mock(String, int) - 类 中的方法com.github.developframework.mock.MockClient
依据模板批量填充随机值
mock(InputStream, Charset) - 类 中的方法com.github.developframework.mock.MockClient
从输入流构建
mock(InputStream, Charset, int) - 类 中的方法com.github.developframework.mock.MockClient
从输入流批量构建
MockCache - com.github.developframework.mock中的类
缓存
MockCache() - 类 的构造器com.github.developframework.mock.MockCache
 
mockCache - 类 中的变量com.github.developframework.mock.MockClient
 
MockCache.Cache - com.github.developframework.mock中的类
 
MockClient - com.github.developframework.mock中的类
客户端
MockClient() - 类 的构造器com.github.developframework.mock.MockClient
 
MockException - com.github.developframework.mock中的异常错误
Mock异常
MockException(String) - 异常错误 的构造器com.github.developframework.mock.MockException
 
MockException(String, Object...) - 异常错误 的构造器com.github.developframework.mock.MockException
 
MockPlaceholder - com.github.developframework.mock中的类
占位符
MockPlaceholder(String) - 类 的构造器com.github.developframework.mock.MockPlaceholder
 
MockTask - com.github.developframework.mock中的类
一个任务
MockTask(RandomGeneratorRegistry, MockCache, String) - 类 的构造器com.github.developframework.mock.MockTask
 

N

NumberRandomGenerator - com.github.developframework.mock.random中的类
数值随机生成器
NumberRandomGenerator() - 类 的构造器com.github.developframework.mock.random.NumberRandomGenerator
 

P

PARAMETER_FUTURE - 类 中的静态变量com.github.developframework.mock.random.DateTimeRandomGenerator
 
PARAMETER_PATTERN - 类 中的静态变量com.github.developframework.mock.random.DateTimeRandomGenerator
 
PARAMETER_RANGE - 类 中的静态变量com.github.developframework.mock.random.DateTimeRandomGenerator
 
PersonNameRandomGenerator - com.github.developframework.mock.random中的类
人名随机生成器
PersonNameRandomGenerator() - 类 的构造器com.github.developframework.mock.random.PersonNameRandomGenerator
 

Q

QuoteRandomGenerator - com.github.developframework.mock.random中的类
引用生成器
QuoteRandomGenerator() - 类 的构造器com.github.developframework.mock.random.QuoteRandomGenerator
 

R

RandomGenerator<T> - com.github.developframework.mock.random中的接口
随机生成器
randomGeneratorRegistry - 类 中的变量com.github.developframework.mock.MockClient
 
RandomGeneratorRegistry - com.github.developframework.mock中的类
生成器注册器
RandomGeneratorRegistry() - 类 的构造器com.github.developframework.mock.RandomGeneratorRegistry
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.AddressRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.BooleanRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.DateTimeRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.EnumRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.IdentityCardRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.IPRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.MobileRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.NumberRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.PersonNameRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.QuoteRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 接口 中的方法com.github.developframework.mock.random.RandomGenerator
描述如何生成随机值
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.StringRandomGenerator
 
randomValue(RandomGeneratorRegistry, MockPlaceholder, MockCache) - 类 中的方法com.github.developframework.mock.random.TimeRandomGenerator
 
run() - 类 中的方法com.github.developframework.mock.MockTask
运行任务

S

StringRandomGenerator - com.github.developframework.mock.random中的类
字符串随机生成器
StringRandomGenerator() - 类 的构造器com.github.developframework.mock.random.StringRandomGenerator
 

T

TimeRandomGenerator - com.github.developframework.mock.random中的类
随机时间生成器
TimeRandomGenerator() - 类 的构造器com.github.developframework.mock.random.TimeRandomGenerator
 
toString() - 类 中的方法com.github.developframework.mock.random.IdentityCardRandomGenerator.IdentityCard
 
A B C D E F G I K M N P Q R S T 
跳过导航链接

Copyright © 2018. All rights reserved.