- get() - Method in class com.forte.util.factory.SimpleBean
-
Gets a result.
- get(Class<T>) - Static method in class com.forte.util.Mock
-
获取一个实例对象
- get(String) - Static method in class com.forte.util.Mock
-
获取一个实例对象
- get() - Method in interface com.forte.util.mockbean.MockObject
-
返回获取结果的Optional封装类
- get() - Method in class com.forte.util.utils.ClassScanner
-
获取当前扫描到的结果
- get(Class<? extends T>) - Static method in class com.forte.util.utils.SingleFactory
-
获取单例,如果没有此类的记录则返回空
- getArrayFieldValueGetter(Invoker[], Integer[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getArrayFieldValueGetter(Invoker[], Integer[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getArrayFieldValueGetter(List<Invoker>, Integer[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个数组类字段值获取器
- getArrayFieldValueGetter(Invoker[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个数组类字段值获取器
- getArrayFieldValueGetter(List<Invoker>, String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个数组类型字段值获取器
- getArrayFieldValueGetter(Invoker[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个数组类型字段值获取器
- getArrayFieldValueGetter(List<Invoker>) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个数组类型字段值获取器
- getArrayGeneric(T[]) - Static method in class com.forte.util.utils.FieldUtils
-
获取数组的组件类型
- getArrayGeneric(Class<T>) - Static method in class com.forte.util.utils.FieldUtils
-
获取数组的组件类型
- getArrayParseFunction() - Method in interface com.forte.util.mapper.ArrayMapper
-
给你一个数组长度,返回一个数组实例的function,用于数组的实例化获取
- getArrayParseFunction() - Method in class com.forte.util.mapper.ArrayMapperType.ToDouble
-
- getArrayParseFunction() - Method in class com.forte.util.mapper.ArrayMapperType.ToInt
-
- getArrayParseFunction() - Method in class com.forte.util.mapper.ArrayMapperType.ToLong
-
- getArrayParseFunction() - Method in class com.forte.util.mapper.ArrayMapperType.ToString
-
- getChinese(String) - Static method in class com.forte.util.utils.ChineseUtil
-
Deprecated.
- getChinese(Charset) - Static method in class com.forte.util.utils.ChineseUtil
-
Deprecated.
- getChinese() - Static method in class com.forte.util.utils.ChineseUtil
-
获取一个随机汉字
- getChinese(int) - Static method in class com.forte.util.utils.ChineseUtil
-
获取一个随机汉字
- getChinese(int, String) - Static method in class com.forte.util.utils.ChineseUtil
-
Deprecated.
- getChinese(int, Charset) - Static method in class com.forte.util.utils.ChineseUtil
-
Deprecated.
- getClassName(Class<?>) - Static method in class com.forte.util.utils.FieldUtils
-
获取类名
- getClassName(Object) - Static method in class com.forte.util.utils.FieldUtils
-
通过对象获取类名
- getCode(int) - Static method in class com.forte.util.utils.RandomUtil
-
获取随机code,包含数字和字母
- getCode() - Static method in class com.forte.util.utils.RandomUtil
-
获取一个4位数的随机code,字母小写
- getDouble(Integer, Integer) - Static method in class com.forte.util.utils.MockUtil
-
获取指定位的小数
- getDouble(Integer, Integer, Integer, Integer) - Static method in class com.forte.util.utils.MockUtil
-
获取指定位的小数的最大区间
- getDoubleFieldValueGetter(Integer) - Method in class com.forte.util.parser.BaseFieldParser
-
获取小数字段值获取器
- getDoubleFieldValueGetter(Integer, Integer) - Method in class com.forte.util.parser.BaseFieldParser
-
获取小数字段值获取器
- getDoubleFieldValueGetter(Integer, Integer, Integer) - Method in class com.forte.util.parser.BaseFieldParser
-
获取小数字段值获取器
- getDoubleFieldValueGetter(Integer, Integer, Integer, Integer) - Method in class com.forte.util.parser.BaseFieldParser
-
获取小数字段值获取器
- getExcelNum(String) - Static method in class com.forte.util.utils.FieldUtils
-
获取Excel中列的数字坐标
例如:"AA" => 27
- getFamilyName(int) - Static method in class com.forte.util.utils.ChineseUtil
-
获得多个随机姓氏
- getFamilyName() - Static method in class com.forte.util.utils.ChineseUtil
-
获得一个随机姓氏
- getField() - Method in class com.forte.util.mockbean.MockField
-
- getField(Object, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象指定字段对象
- getField(Class, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取类指定字段对象
- getFieldClass() - Method in class com.forte.util.parser.BaseFieldParser
-
获取字段类型值
- getFieldClass(Class, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取指定类字段的类型class对象
- getFieldClass(Object, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取类指定字段的class对象
- getFieldGetter(Class<?>, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的getter方法,单层级
- getFieldGetter(Class<?>, Field) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的getter方法
- getFieldGetter(Object, Field) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的getter方法
- getFieldGetter(Object, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的getter方法
- getFieldName() - Method in class com.forte.util.mockbean.MockField
-
获取字段的名称
- getFields() - Method in class com.forte.util.mockbean.MockBean
-
获取假字段集
- getFieldSetter(Class<?>, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的setter方法
- getFieldSetter(Class<?>, Field) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的setter方法
- getFieldSetter(Object, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的setter方法
- getFieldSetter(Object, Field) - Static method in class com.forte.util.utils.FieldUtils
-
获取字段的setter方法
- getFieldsNameWithGetter(T) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象的所有字段名
- getFieldsNameWithoutGetter(T) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象的所有字段名(包括没有get方法的字段)
- getFieldsWithGetter(Class<?>) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象的所有字段
- getFieldsWithGetter(T) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象的所有字段
- getFieldsWithoutGetter(Class<?>) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象的所有字段(包括没有get方法的字段)
- getFieldsWithoutGetter(T) - Static method in class com.forte.util.utils.FieldUtils
-
获取对象的所有字段(包括没有get方法的字段)
- getFieldType() - Method in class com.forte.util.mockbean.MockField
-
- getHandler(BiFunction<Class<?>, String, MockObject<?>>) - Method in interface com.forte.util.factory.MockProxyHandlerFactory
-
- getHandler(BiFunction<Class<?>, String, MockObject<?>>) - Method in class com.forte.util.factory.MockProxyHandlerFactoryImpl
-
获取接口代理处理器实例
首先,只扫描所有的抽象方法,default方法不会代理,而是执行它自己。
- getInstance(T...) - Static method in class com.forte.util.invoker.ElementInvoker
-
- getInstance(List<T>) - Static method in class com.forte.util.invoker.ElementInvoker
-
- getInstance(Object, Object[], Method) - Static method in class com.forte.util.invoker.MethodInvoker
-
- getInstance(Object) - Static method in class com.forte.util.invoker.MethodInvoker
-
- getInteger() - Static method in class com.forte.util.utils.RandomUtil
-
获取一个随机整数
- getIntegerFieldValueGetter(Integer, Integer) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个整数类型字段值获取器
- getIntegerFieldValueGetter(Integer) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个整数类型字段值获取器
- getIntegerFieldValueGetter() - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个整数类型字段值获取器
- getInvoke() - Method in class com.forte.util.utils.FieldUtils.InvokeResult
-
- getList(int) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,作为list集合返回
- getList(int, Function<T, R>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,根据转化规则转化后作为list集合返回
- getListFieldGeneric(Field) - Static method in class com.forte.util.utils.FieldUtils
-
获取一个list字段的泛型类型
这个字段必须是一个list类型的字段!
- getListFieldGeneric(Class, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取一个list字段的泛型类型
这个字段必须是一个list类型的字段!
- getListFieldGeneric(Object, String) - Static method in class com.forte.util.utils.FieldUtils
-
获取一个list字段的泛型类型
这个字段必须是一个list类型的字段!
- getListFieldValueGetter(Invoker[], Integer[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(Invoker[], Integer[], Integer[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(Invoker[], Integer[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(Invoker[], Integer[], Integer[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(List<Invoker>, Integer[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(List<Invoker>, Integer[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(Invoker[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(List<Invoker>, String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(Invoker[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListFieldValueGetter(List<Invoker>) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个List类型字段值获取器
- getListParallel(int) - Method in interface com.forte.util.mockbean.MockObject
-
并行线程创建多个实例对象,作为list集合返回
- getListParallel(int, Function<T, R>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,使用并行线程获取并根据指定规则进行转化,作为List返回
- getLocalRandom() - Static method in class com.forte.util.utils.RandomUtil
-
获取一个单例的Random对象。
- getMap(int, Function<T, K>, Function<T, V>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,作为Map返回,需要指定Map的转化方式
- getMap(int, Collector<T, R, Map<K, V>>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,作为Map返回,需要指定Map的转化方式
- getMapParallel(int, Function<T, K>, Function<T, V>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,作为Map返回,需要指定Map的转化方式
- getMapParallel(int, Collector<T, R, Map<K, V>>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,作为Map返回,需要指定Map的转化方式
- getMapper(Class<?>, Map<String, Object>) - Static method in class com.forte.util.factory.MockMapperFactory
-
通过一个类的注解来生成映射,然后再整合额外的指定参数
- getMapper(Class<?>) - Static method in class com.forte.util.factory.MockMapperFactory
-
通过一个类的注解来生成映射
- getMatcher(String, String) - Static method in class com.forte.util.utils.RegexUtil
-
- getMethodFromName(String, int) - Static method in class com.forte.util.parser.BaseFieldParser
-
通过名称获取方法
- getMethodInvoker(String[]) - Static method in class com.forte.util.parser.BaseFieldParser
-
解析方法字符串并获取方法执行者
- getMethodNameRegexs() - Static method in class com.forte.util.parser.BaseFieldParser
-
获取全部方法的正则匹配字符串
- getMethodParams(String) - Static method in class com.forte.util.parser.BaseFieldParser
-
从方法字符串中获取参数
- getMethodRegex() - Static method in class com.forte.util.parser.BaseFieldParser
-
获取匹配MockUtil中的方法的正则
- getMethods(String) - Static method in class com.forte.util.parser.BaseFieldParser
-
获取匹配的方法
- getMethodsSplit(String) - Static method in class com.forte.util.parser.BaseFieldParser
-
获取对匹配的方法进行切割之后的结果
- getMockBean() - Method in class com.forte.util.mockbean.MockMapObject
-
- getMockBean() - Method in class com.forte.util.mockbean.MockNormalObject
-
- getMockBean() - Method in interface com.forte.util.mockbean.MockObject
-
获取一个MockBean对象
- getMockField() - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个封装好的MockField对象
不可重写
- getMockField() - Method in interface com.forte.util.parser.FieldParser
-
获取一个假字段对象,为参数解析器准备
- getMockMethodByFilter(Predicate<? super Map.Entry<String, Method>>) - Static method in class com.forte.util.Mock
-
根据过滤条件寻找指定的string-method
- getMockMethods() - Static method in class com.forte.util.Mock
-
获取Mock方法集合
- getName(String) - Static method in class com.forte.util.utils.ChineseUtil
-
Deprecated.
- getName(Charset) - Static method in class com.forte.util.utils.ChineseUtil
-
Deprecated.
- getName() - Static method in class com.forte.util.utils.ChineseUtil
-
获取一个随机姓名
- getNumber(Integer) - Static method in class com.forte.util.utils.MockUtil
-
获取任意长度的随机整数
- getNumber(Integer, Integer) - Static method in class com.forte.util.utils.MockUtil
-
获取任意长度的随机整数
- getNumber() - Static method in class com.forte.util.utils.RandomUtil
-
获取长度为4的随机数
- getNumber(int) - Static method in class com.forte.util.utils.RandomUtil
-
获取指定长度的随机数
- getNumber(int, int) - Static method in class com.forte.util.utils.RandomUtil
-
获取某个区间中的随机数[a,b)
- getNumber$right(int, int) - Static method in class com.forte.util.utils.RandomUtil
-
Deprecated.
- getNumberWithRight(int, int) - Static method in class com.forte.util.utils.RandomUtil
-
获取某个区间中的随机数[a,b]
- getObject() - Method in class com.forte.util.mockbean.MockBean
-
获取对象一个对象
- getObject() - Method in class com.forte.util.mockbean.MockMapBean
-
重写MockBean的方法,返回Map封装对象
- getObject() - Method in class com.forte.util.mockbean.ParallelMockBean
-
获取对象一个对象
- getObject() - Method in class com.forte.util.mockbean.ParallelMockMapBean
-
重写MockBean的方法,返回Map封装对象
- getObjectClass() - Method in class com.forte.util.mockbean.MockBean
-
- getObjectFieldValueGetter(Invoker...) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个未知引用类型参数获取器
- getObjectFieldValueGetter(List<Invoker>) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个未知引用类型参数获取器
- getObjType() - Method in class com.forte.util.mockbean.MockField
-
- getOne() - Method in class com.forte.util.mockbean.MockMapObject
-
- getOne() - Method in class com.forte.util.mockbean.MockNormalObject
-
- getOne() - Method in interface com.forte.util.mockbean.MockObject
-
获取一个实例对象
- getOneMethodInvoker(String) - Static method in class com.forte.util.parser.BaseFieldParser
-
获取一个方法执行者
- getOriginal(List<Method>) - Static method in class com.forte.util.utils.MethodUtil
-
Filter out the Object Methods
过滤掉Object中继承来的方法
- getOrNew(Class<T>) - Static method in class com.forte.util.utils.SingleFactory
-
获取单例,如果没有则尝试使用反射获取一个新的,将会被记录。
如果创建失败将会抛出相应的异常
- getOrNew(Class<? extends T>, Object...) - Static method in class com.forte.util.utils.SingleFactory
-
- getOrSet(Class<? extends T>, T) - Static method in class com.forte.util.utils.SingleFactory
-
如果存在则获取,不存在则赋值
- getOrSet(T) - Static method in class com.forte.util.utils.SingleFactory
-
如果存在则获取,不存在则赋值,不指定class对象
- getOrSet(Class<? extends T>, Supplier<? extends T>) - Static method in class com.forte.util.utils.SingleFactory
-
如果存在则获取,不存在则赋值
- getOrSet(Supplier<? extends T>) - Static method in class com.forte.util.utils.SingleFactory
-
如果存在则获取,不存在则赋值,不指定class对象
- getParallelStream() - Method in interface com.forte.util.mockbean.MockObject
-
获取一个并行无限流
- getParallelStream(int) - Method in interface com.forte.util.mockbean.MockObject
-
获取一个并行流
- getProbability(double, double) - Static method in class com.forte.util.utils.RandomUtil
-
根据概率获取boolean,区间:[probL , probR]
- getProbability(double) - Static method in class com.forte.util.utils.RandomUtil
-
根据概率获取boolean,区间:[0 , prob]
填入的参数即为概率的百分比
- getRandom() - Static method in class com.forte.util.utils.RandomUtil
-
获取一个Random实例。
是一个线程ThreadLocalRandom对象。
- getRandomChar() - Static method in class com.forte.util.utils.RandomUtil
-
获取一个随机英文字符,小写
- getRandomElement() - Method in class com.forte.util.invoker.ArrayElementInvoker
-
- getRandomElement() - Method in class com.forte.util.invoker.ElementInvoker
-
- getRandomElement() - Method in class com.forte.util.invoker.ListElementInvoker
-
- getRandomElement(T[]) - Static method in class com.forte.util.utils.RandomUtil
-
从数组中返回一个随机元素
- getRandomElement(List<T>) - Static method in class com.forte.util.utils.RandomUtil
-
从集合中返回一个随机元素, ru如果数组为空则返回null
- getRandomNum(int, int) - Method in enum com.forte.util.mapper.MockProxyType
-
- getRandomString(int, boolean) - Static method in class com.forte.util.utils.RandomUtil
-
获取一串指定长度的随机字符串
- getRandomString(int) - Static method in class com.forte.util.utils.RandomUtil
-
获取一串指定长度的随机字符串,默认小写
- getRandomString() - Static method in class com.forte.util.utils.RandomUtil
-
获取一串长度为32的字符串,默认小写
- getRandomUpperChar() - Static method in class com.forte.util.utils.RandomUtil
-
获取一个随机英文字符,大写
- getRandomUpperString(int) - Static method in class com.forte.util.utils.RandomUtil
-
得到一串纯大写的字符串
- getResult() - Method in interface com.forte.util.loader.Result
-
获取结果
- getSet(int) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,作为Set返回
- getSet(int, Function<T, R>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,根据转化规则转化后作为Set返回
- getSetParallel(int) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,使用并行流操作,作为Set返回
- getSetParallel(int, Function<T, R>) - Method in interface com.forte.util.mockbean.MockObject
-
获取多个实例对象,使用并行流根据转化规则进行转化后作为Set返回
- getSetterMethod() - Method in class com.forte.util.mockbean.MockField
-
- getStream() - Method in interface com.forte.util.mockbean.MockObject
-
获取一个无限流
- getStream(int) - Method in interface com.forte.util.mockbean.MockObject
-
获取一个指定长度的流,等同于 getStream().limit(limit)
- getStringFieldValueGetter(Invoker[], String[], Integer[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个字符串参数获取器
- getStringFieldValueGetter(Invoker[], String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个字符串参数获取器
- getStringFieldValueGetter(List<Invoker>, String[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个字符串参数获取器
- getStringFieldValueGetter(Invoker[]) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个没有多余字符的字符串字段值获取器
- getStringFieldValueGetter(List<Invoker>) - Method in class com.forte.util.parser.BaseFieldParser
-
获取一个没有多余字符的字符串字段值获取器
- getUUID() - Static method in class com.forte.util.utils.RandomUtil
-
获取UUID.toString
- getValue(MockValue) - Static method in class com.forte.util.factory.MockMapperFactory
-
通过注解MockValue类型来获取value值
如果为null或者值没有(保留空字符),则返回null
- getValue(MockArray) - Static method in class com.forte.util.factory.MockMapperFactory
-
通过注解MockValue类型来获取value值
- getValue() - Method in class com.forte.util.mockbean.MockField
-
获取字段的值
- getValueGetter() - Method in class com.forte.util.mockbean.MockField
-