- cache - 类 中的变量net.gdface.utils.AccessChecker
-
- cacheMap - 类 中的变量net.gdface.utils.AccessChecker
-
- CaseSupport - net.gdface.utils中的类
-
- CaseSupport() - 类 的构造器net.gdface.utils.CaseSupport
-
- cast(Object, Type, Type) - 类 中的方法net.gdface.utils.BaseTypeTransformer
-
将value转换为right指定的类型
- changeHostIfLanhost(URI) - 类 中的静态方法net.gdface.utils.JcifsUtil
-
如果input中的主机名为局域网主机名则替换为IP地址,否则返回input
- changeHostIfLanhost(String) - 类 中的静态方法net.gdface.utils.JcifsUtil
-
如果input中的主机名为局域网主机名则替换为IP地址,否则返回input,
input 为URI格式(such as '//hostname:port','//hostname:port','http://domainname:port')或 'host:port','host'格式
- changeHostIfLanhost(URL) - 类 中的静态方法net.gdface.utils.JcifsUtil
-
如果input中的主机名为局域网主机名则替换为IP地址,否则返回input
- checkAddress(ID, Object) - 类 中的方法net.gdface.utils.AccessChecker.AddressChecker
-
地址限制检查
检查指定的id是否存在于缓存中,如果存在且映射的值与value不相等则抛出异常,
如果不存在则将id-address值对添加到缓存
- checkCycleReference(Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
检查是否有循环引用,有则抛出异常
- checkFreq(ID) - 类 中的方法net.gdface.utils.AccessChecker.FreqChecker
-
频率限制检查
检查指定的id是否存在于缓存中,如果存在则抛出异常,
如果不存在,则将,id添加到缓存
- checkFreq(ID, Long, boolean) - 类 中的方法net.gdface.utils.AccessChecker.FreqChecker
-
频率限制检查
检查指定的id是否存在于缓存中,如果存在且缓存中保存的时间戳与输入时间戳之差小于expireMills则抛出异常,
如果不存在,则将,id添加到缓存
- checkFreq(ID, Long) - 类 中的方法net.gdface.utils.AccessChecker.FreqChecker
-
频率限制检查
检查指定的id是否存在于缓存中,如果存在且缓存中保存的时间戳与输入时间戳之差小于expireMills则抛出异常,
如果不存在,则将,id添加到缓存
- checkFreq(ID) - 类 中的方法net.gdface.utils.AccessChecker.FreqStatChecker
-
频率限制检查
检查指定的id是否存在高频访问,如果存在则抛出异常,
- checkLock(ID) - 类 中的方法net.gdface.utils.AccessChecker.BlacklistChecker
-
黑名单限制检查
检查指定的id是否存在于缓存中,如果存在则抛出异常
- ClassCommentProvider - net.gdface.utils中的接口
-
- ClassCommentProviderFactory - net.gdface.utils中的接口
-
- clearCache() - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Clear the method cache.
- clearCache() - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
- clearDescriptors() - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Clear any cached property descriptors information for all classes
loaded by any class loaders.
- clearDescriptors() - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- clearDescriptors() - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- clearRules() - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
清除所有规则,同时清除缓存规则
- clone(Serializable) - 类 中的静态方法net.gdface.utils.SerializationUtils
-
Deep clone an Object using serialization.
- cloneFields(T, int) - 类 中的静态方法net.gdface.utils.DeepCloneUtils
-
- cloneFields(T) - 类 中的静态方法net.gdface.utils.DeepCloneUtils
-
(深度克隆)对数据对象的所有字段执行深度复制,输入参数为null返回null
- commentOfClass() - 接口 中的方法net.gdface.utils.ClassCommentProvider
-
- commentOfField(String) - 接口 中的方法net.gdface.utils.ClassCommentProvider
-
- commentOfMethod(Method) - 接口 中的方法net.gdface.utils.ClassCommentProvider
-
- contains(ID) - 类 中的方法net.gdface.utils.AccessChecker.BlacklistChecker
-
判断指定id是否在黑名单中
- convertFromIPv4MappedAddress(byte[]) - 类 中的静态方法net.gdface.utils.IPAddressUtil
-
- convertHost(String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
- copyProperties(Object, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Copy property values from the "origin" bean to the "destination" bean
for all cases where the property names are the same (even though the
actual getter and setter methods might have been customized via
BeanInfo classes).
- copyProperties(Object, Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- copyProperties(Object, Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- copyToByteArray(String, byte[]) - 类 中的静态方法net.gdface.utils.ArraySupport
-
cast HEX string to byte array,copy to this destination,same length required with dest
- create(Class<?>, String) - 类 中的静态方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- create(Object, String) - 类 中的静态方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- create(Class<?>, String) - 类 中的静态方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- create(Object, String) - 类 中的静态方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- create(String, boolean) - 类 中的静态方法net.gdface.utils.BaseStringMatchRules.StringMatchRule
-
- create(String) - 类 中的静态方法net.gdface.utils.BaseStringMatchRules.StringMatchRule
-
- createBeanDifference(Function<T, Object>) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
- createCachedPool(Integer, Integer, Long, Integer, String) - 类 中的静态方法net.gdface.utils.DefaultExecutorProvider
-
根据配置文件指定的参数创建通用任务线程池对象
- createExitingCachedPool() - 类 中的方法net.gdface.utils.DefaultExecutorProvider
-
- createExitingScheduledPool() - 类 中的方法net.gdface.utils.DefaultExecutorProvider
-
- createInstanceIfActiveClassPresent(Class<T>) - 类 中的静态方法net.gdface.annotations.AnnotationSupport
-
- createScheduledPool(Integer, String) - 类 中的静态方法net.gdface.utils.DefaultExecutorProvider
-
根据配置文件指定的参数创建定时任务线程池对象
- CycleReferenceException - net.gdface.bean.exception中的异常错误
-
循环引用异常
- CycleReferenceException(String, String) - 异常错误 的构造器net.gdface.bean.exception.CycleReferenceException
-
- genericType - 类 中的变量net.gdface.utils.MethodDecorator.Parameter
-
- genericTypeName(String) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- get(K) - 类 中的方法net.gdface.utils.FunctionCached
-
缓存调用
- getAccessibleMethod(Class<?>, String, Class<?>) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and a single parameter.
- getAccessibleMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and parameters.
- getAccessibleMethod(Method) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getAccessibleMethod(Class<?>, Method) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getActualTypeArguments() - 类 中的方法net.gdface.utils.ParameterizedTypeImpl
-
- getAddressIfPossible(String) - 类 中的静态方法net.gdface.utils.JcifsUtil
-
根据host提供的主机名返回IP地址
解析失败返回null
- getAllClassForGenericType(String) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getAllInterfaces(Class<?>) - 类 中的静态方法net.gdface.reflection.FieldUtils
-
Gets a List of all interfaces implemented by the given
class and its superclasses.
- getAllTypeNamesForGenericType(String) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getAnnotation(Class<T>) - 类 中的方法net.gdface.utils.MethodDecorator
-
- getAnnotation(Class<T>) - 类 中的方法net.gdface.utils.MethodDecorator.Parameter
-
返回指定注释对象,没有定义注释则返回null
- getAnnotations() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getAnnotations() - 类 中的方法net.gdface.utils.MethodDecorator.Parameter
-
返回所有注释对象
- getBytesInBuffer(ByteBuffer) - 类 中的静态方法net.gdface.utils.BaseTypeTransformer
-
返回buffer中所有字节(position~limit),不改变buffer状态
- getBytesInBuffer(ByteBuffer) - 类 中的静态方法net.gdface.utils.TypeTransformer
-
已过时。
返回buffer中所有字节(position~limit),不改变buffer状态
- getCurrentMac(String, int) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的当前网卡物理地址
- getCurrentMac(HostAndPort) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的当前网卡物理地址
- getCurrentMac(String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的当前网卡物理地址
- getCurrentMac(String...) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的当前网卡物理地址
通过(并发)对一组主机进行socket连接测试获取当前网卡的物理地址,任何一个测试通过即返回
- getDeclaredAnnotations() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getDeclaringClass() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getDefaultValue() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getDocSignature(boolean) - 类 中的方法net.gdface.utils.MethodDecorator
-
- getDocSignature(Map<String, Class<?>>) - 类 中的方法net.gdface.utils.MethodDecorator
-
- getDocSignature() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getDocSignature(Method, boolean) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getDocSignature(Method, Map<String, Class<?>>) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getElementClass(Class<?>) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getExceptionTypes() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getField() - 类 中的方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- getField(String) - 类 中的方法net.gdface.bean.NameResolver
-
Return the search field name from the search expression or null.
- getField() - 类 中的方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- getField(Class<?>, String, boolean) - 类 中的静态方法net.gdface.reflection.FieldUtils
-
Gets an accessible Field by name, breaking scope if requested.
- getField(Class<?>, String) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
递归返回类型为声明的字段
如果当前中没有找到则向上到父类查找,输入参数为null返回null
- getFieldUnchecked(Class<?>, String) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
- getGenericExceptionTypes() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getGenericExceptionTypeSet() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getGenericParameterTypes() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getGenericReturnType() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getGenericType() - 类 中的方法net.gdface.utils.MethodDecorator.Parameter
-
- getGenericTypeName(String, TypeUtils.FullName) - 类 中的静态方法net.gdface.utils.TypeUtils
-
返回一个泛型对象的简单类型
如:将 java.util.Map<java.lang.String,net.gdface.sdk.CodeInfo[]>返回 List<String,CodeInfo[]>
- getGlobalExceutor() - 类 中的静态方法net.gdface.utils.DefaultExecutorProvider
-
返回全局线程池
- getGroup() - 类 中的方法net.gdface.utils.MultiCastDispatcher
-
返回组播地址IP
- getIndex(String) - 类 中的方法net.gdface.bean.NameResolver
-
Return the index value from the property expression or -3,-2,-1.
- getIndexedProperty(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getIndexedProperty(Object, String, int) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getIndexedProperty(Object, String, int) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- getIndexedProperty(Object, String, int) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- getIndexValue(String, Object, int) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
返回List对象索引指定位置的值
index为-1时返回列表第一个元素,等同于0,
index为-2时返回列表最后一个元素,
- getInstance(Class<T>, Map<String, Object>) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
- getInstanceByConstructor(Class<T>, Class<? extends T>, Class<?>[], Object[]) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
- getInstanceByConstructor(Class<T>, Class<? extends T>, LinkedHashMap<Class<?>, Object>) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
- getInstanceByStaticMethod(Class<T>, Class<? extends T>, String) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
- getInstanceClass(Class<T>, String) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
- getKey(String) - 类 中的方法net.gdface.bean.NameResolver
-
Return the map key from the property expression or null.
- getLeft() - 类 中的方法net.gdface.bean.BeanPropertySupport.DiffNode
-
- getLocalIp(String, int) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的网卡IP地址
- getLocalIp(HostAndPort) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的网卡IP地址
- getLocalIp(String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的网卡IP地址
- getLocalIp(String...) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
通过尝试建立socket连接(tcp)的方式获取访问指定host的网卡IP地址
通过(并发)对一组主机进行socket连接测试获取当前网卡的物理地址,任何一个测试通过即返回
- getLogger(String) - 类 中的静态方法net.gdface.logger.SimpleLogger
-
- getMacAddress(InetAddress) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
返回指定address绑定的网卡的物理地址(MAC)
- getMacAddress(NetworkInterface, String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
- getMacAddress(InetAddress, String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
- getMappedProperty(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified mapped property of the
specified bean, with no type conversions.
- getMappedProperty(Object, String, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified mapped property of the specified
bean, with no type conversions.
- getMappedProperty(Object, String, String) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- getMappedProperty(Object, String, String) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- getMappedPropertyDescriptors(Class<?>) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
Return the mapped property descriptors for this bean class.
- getMappedPropertyDescriptors(Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
Return the mapped property descriptors for this bean.
- getMappedPropertyDescriptors(Class<?>) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
Return the mapped property descriptors for this bean class.
- getMappedPropertyDescriptors(Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
Return the mapped property descriptors for this bean.
- getMappedPropertyType() - 类 中的方法net.gdface.bean.jdk.descriptor.MappedPropertyDescriptor
-
Gets the Class object for the property values.
- getMappedPropertyType() - 类 中的方法net.gdface.bean.openbeans.descriptor.MappedPropertyDescriptor
-
Gets the Class object for the property values.
- getMappedReadMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.MappedPropertyDescriptor
-
Gets the method that should be used to read one of the property value.
- getMappedReadMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.MappedPropertyDescriptor
-
Gets the method that should be used to read one of the property value.
- getMappedWriteMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.MappedPropertyDescriptor
-
Gets the method that should be used to write one of the property value.
- getMappedWriteMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.MappedPropertyDescriptor
-
Gets the method that should be used to write one of the property value.
- getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getMatchType() - 类 中的方法net.gdface.utils.MatchPatternInfo
-
- getModifiers() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getName() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getName() - 类 中的方法net.gdface.utils.MethodDecorator.Parameter
-
- getNestedName() - 异常错误 中的方法net.gdface.bean.exception.CycleReferenceException
-
- getNICs(Predicate<NetworkInterface>...) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
根据过滤器filters指定的条件(AND)返回网卡设备对象
- getNoVirtualNICs() - 类 中的静态方法net.gdface.utils.NetworkUtil
-
返回所有物理(非虚拟)网卡
- getOverride(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
返回输入的方法重写的父类的方法
- getOverrideClass(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
如果指定方法为覆盖(override)或实现接口方法,则自底向上查找此方法覆盖的方法所在的父类或接口类,
返回第一个找到覆盖方法所声明的类,如:
A为接口类,B实现了A的方法test,C继承B,覆盖了test,则此方法调用返回为B
- getOverrideClassRecursive(Class<?>, String, Class<?>...) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
(递归)如果指定方法为覆盖(override)或实现接口方法,则自底向上查找此方法覆盖的方法所在的父类或接口类,
返回第一个找到覆盖方法所声明的类,如:
A为接口类,B实现了A的方法test,C继承B,覆盖了test,则此方法调用返回为B
- getOverrideObjectMethod(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
如果输入的方法为重写Object类的方法("clone","finalize","hashCode","equals","toString")
则返回Object类对应的方法,否则返回null
- getOverrideTop(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
返回输入的方法重写的顶级父类的方法
- getOverrideTopClass(Class<?>, String, Class<?>...) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
如果指定方法为覆盖(override)或实现接口方法,则自底向上查找此方法覆盖的方法所在的父类或接口类,
返回最顶层被覆盖方法所声明的类,如:
A为接口类,B实现了A的方法test,C继承B,覆盖了test,则此方法调用返回为A
- getOverrideTopClass(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
如果指定方法为覆盖(override)或实现接口方法,则自底向上查找此方法覆盖的方法所在的父类或接口类,
返回最顶层被覆盖方法所声明的类,如:
A为接口类,B实现了A的方法test,C继承B,覆盖了test,则此方法调用返回为A
- getOwnerType() - 类 中的方法net.gdface.utils.ParameterizedTypeImpl
-
- getParameter(String) - 类 中的方法net.gdface.utils.MethodDecorator
-
- getParameterAnnotations() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getParameterNames() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getParameters() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getParameterTypes() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getPattern() - 类 中的方法net.gdface.utils.MatchPatternInfo
-
- getPhysicalNICs() - 类 中的静态方法net.gdface.utils.NetworkUtil
-
返回所有物理网卡
- getPort() - 类 中的方法net.gdface.utils.MultiCastDispatcher
-
返回侦听端口号
- getPrimitiveType(Class<?>) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Gets the class for the primitive type corresponding to the primitive wrapper class given.
- getPrimitiveWrapper(Class<?>) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Gets the wrapper object class for the given primitive type class.
- getProperties(Class<?>, int, boolean) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
获取beanClass中所有具有指定读写类型(rw)的属性
- getProperties(Class<?>, int, boolean) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
获取beanClass中所有具有指定读写类型(rw)的属性
- getProperty(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- getProperty(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- getProperty(String) - 类 中的方法net.gdface.bean.NameResolver
-
Return the property name from the property expression.
- getProperty0(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
- getPropertyChecked(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- getPropertyCheckType(Object, String, Class<T>) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, cast to target type.if value is String,try to parse json to target type.
- getPropertyDescriptor(Object, String) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
Retrieve the property descriptor for the specified property of the
specified bean, or return null if there is no such
descriptor.
- getPropertyDescriptor(Object, String) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
Retrieve the property descriptor for the specified property of the
specified bean, or return null if there is no such
descriptor.
- getPropertyDescriptors(Class<?>) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- getPropertyDescriptors(Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
Retrieve the property descriptors for the specified bean,
introspecting and caching them the first time a particular bean class
is encountered.
- getPropertyDescriptors(Class<?>) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- getPropertyDescriptors(Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
Retrieve the property descriptors for the specified bean,
introspecting and caching them the first time a particular bean class
is encountered.
- getPropertyNames(Class<?>, int, boolean) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
获取beanClass中所有具有指定读写类型(rw)的属性名集合
- getPropertyNames(Object, int, boolean) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
- getPropertyNames(Class<?>, int, boolean) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- getPropertyNames(Class<?>, int, boolean) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- getPropertyType() - 类 中的方法net.gdface.bean.jdk.descriptor.BaseRowPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.jdk.descriptor.MapPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.jdk.descriptor.UnnameRowPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.openbeans.descriptor.BaseRowPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.openbeans.descriptor.MapPropertyDescriptor
-
- getPropertyType() - 类 中的方法net.gdface.bean.openbeans.descriptor.UnnameRowPropertyDescriptor
-
- getRawType() - 类 中的方法net.gdface.utils.ParameterizedTypeImpl
-
- getReadMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.jdk.descriptor.BaseNoStandardPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.BaseRowPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- getReadMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.MapPropertyDescriptor
-
- getReadMethod(Class<?>, PropertyDescriptor) - 接口 中的方法net.gdface.bean.jdk.descriptor.NoStandardPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.UnnameRowPropertyDescriptor
-
- getReadMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.openbeans.descriptor.BaseNoStandardPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.BaseRowPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- getReadMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.MapPropertyDescriptor
-
- getReadMethod(Class<?>, PropertyDescriptor) - 接口 中的方法net.gdface.bean.openbeans.descriptor.NoStandardPropertyDescriptor
-
- getReadMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.UnnameRowPropertyDescriptor
-
- getReturnType() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getRight() - 类 中的方法net.gdface.bean.BeanPropertySupport.DiffNode
-
- getRule(String) - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
从规则列表(
BaseStringMatchRules.rules)中查找服务接口名对应的规则,没有找到返回
null
查找逻辑:
先以
matchPattern在规则列表key字段查找是否有匹配的规则,有则返回,
如果没有找到再在规则列表中顺序以模糊匹配方式查找是否有匹配的规则,有则返回,
如果没有找到返回
null
- getRuleByPattern(String) - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
- getRuleCached(String) - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
- getRuleCached(String, String) - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
- getSearchedProperty(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getSearchedProperty(Object, String, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getSearchedProperty(Object, String, String, Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- getSearchedProperty(Object, String, String, Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- getServiceStackTraceMessage() - 接口 中的方法net.gdface.utils.IServiceException
-
返回服务端异常堆栈信息
- getSignature() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getSignature(Method) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getSimpleProperty(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return the value of the specified simple property of the specified
bean, with no type conversions.
- getSimpleProperty(Object, String) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- getSimpleProperty(Object, String) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- getTimerExecutor() - 类 中的静态方法net.gdface.utils.DefaultExecutorProvider
-
返回定时任务线程池
- getTransformer(Class<L>, Class<R>) - 类 中的方法net.gdface.utils.BaseTypeTransformer
-
返回left TO right指定的转换器,参数不可为null
- getTransformer(Class<L>, Class<R>) - 类 中的方法net.gdface.utils.TypeTransformer
-
已过时。
返回left & right指定的转换器,参数不可为null
- getTransformerChecked(Class<L>, Class<R>) - 类 中的方法net.gdface.utils.BaseTypeTransformer
-
- getTransformerChecked(Class<L>, Class<R>) - 类 中的方法net.gdface.utils.TypeTransformer
-
已过时。
- getType() - 类 中的方法net.gdface.utils.MethodDecorator.Parameter
-
- getTypeDefine(Type, T) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getTypeName(Type, boolean) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getTypeName(Type, TypeUtils.FullName) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getTypeName(Class<?>, boolean) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getTypeName(Class<?>, TypeUtils.FullName) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- getTypeName(ParameterizedType, TypeUtils.FullName) - 类 中的静态方法net.gdface.utils.TypeUtils
-
返回一个泛型对象的简单类型
如:将 java.util.Map<java.lang.String,net.gdface.sdk.CodeInfo[]>返回 List<String,CodeInfo[]>
- getTypeParameters() - 类 中的方法net.gdface.utils.MethodDecorator
-
- getUncached(K) - 类 中的方法net.gdface.utils.FunctionCached
-
非缓存调用
- getValue() - 异常错误 中的方法net.gdface.bean.exception.CycleReferenceException
-
- getValue(String) - 类 中的方法net.gdface.bean.NameResolver
-
Return the search value from the search expression or null.
- getWriteMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.jdk.descriptor.BaseNoStandardPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.BaseRowPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- getWriteMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.jdk.descriptor.FieldPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.LenientDecoratorOfDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.MapPropertyDescriptor
-
- getWriteMethod(Class<?>, PropertyDescriptor) - 接口 中的方法net.gdface.bean.jdk.descriptor.NoStandardPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.jdk.descriptor.UnnameRowPropertyDescriptor
-
- getWriteMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.openbeans.descriptor.BaseNoStandardPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.BaseRowPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- getWriteMethod(Class<?>, PropertyDescriptor) - 类 中的方法net.gdface.bean.openbeans.descriptor.FieldPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.LenientDecoratorOfDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.MapPropertyDescriptor
-
- getWriteMethod(Class<?>, PropertyDescriptor) - 接口 中的方法net.gdface.bean.openbeans.descriptor.NoStandardPropertyDescriptor
-
- getWriteMethod() - 类 中的方法net.gdface.bean.openbeans.descriptor.UnnameRowPropertyDescriptor
-
- globalExecutor - 类 中的变量net.gdface.utils.DefaultExecutorProvider
-
全局线程池(自动退出封装)
- indexOf(BaseStringMatchRules.StringMatchRule) - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
返回指定的规则在规则表中的索引值,
输入参数为null或没有在规则表中找到完全相同的规则则返回-1
- init() - 类 中的方法net.gdface.utils.MultiCastDispatcher
-
socket初始化
- installFormatter(Logger) - 类 中的静态方法net.gdface.logger.SimpleConsoleFormatter
-
- internalIp(byte[]) - 类 中的静态方法net.gdface.utils.IPAddressUtil
-
判断指定的IP是否为私有IP
- internalIp(String) - 类 中的静态方法net.gdface.utils.IPAddressUtil
-
判断指定的IP是否为私有IP
- invoke(Object, Object...) - 类 中的方法net.gdface.utils.MethodDecorator
-
- invokeExactMethod(Object, String, Object) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a method whose parameter type matches exactly the object
type.
- invokeExactMethod(Object, String, Object[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a method whose parameter types match exactly the object
types.
- invokeExactMethod(Object, String, Object[], Class<?>[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a static method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a static method whose parameter type matches exactly the object
type.
- invokeExactStaticMethod(Class<?>, String, Object[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a static method whose parameter types match exactly the object
types.
- invokeMethod(Object, String, Object) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class<?>[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- InvokeMewthodContext - net.gdface.bean.jdk中的类
-
- InvokeMewthodContext(PropertyDescriptor, Method, Object, Object[]) - 类 的构造器net.gdface.bean.jdk.InvokeMewthodContext
-
- InvokeMewthodContext - net.gdface.bean.openbeans中的类
-
- InvokeMewthodContext(PropertyDescriptor, Method, Object, Object[]) - 类 的构造器net.gdface.bean.openbeans.InvokeMewthodContext
-
- invokeStaticMethod(Class<?>, String, Object) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- IPAddressUtil - net.gdface.utils中的类
-
copy from sun.net.util.IPAddressUtil in ORACLE JDK
- IPAddressUtil() - 类 的构造器net.gdface.utils.IPAddressUtil
-
- ipv4AddressesOfNoVirtualNICs() - 类 中的静态方法net.gdface.utils.NetworkUtil
-
返回所有物理(非虚拟)网卡绑定的IP(ipv4)地址
- ipv4AddressesOfPhysicalNICs() - 类 中的静态方法net.gdface.utils.NetworkUtil
-
返回所有物理网卡绑定的IP(ipv4)地址
- isAccessible() - 类 中的方法net.gdface.utils.MethodDecorator
-
- isActive(Class<?>) - 类 中的静态方法net.gdface.annotations.AnnotationSupport
-
- isAnnotationPresent(Class<? extends Annotation>) - 类 中的方法net.gdface.utils.MethodDecorator
-
- isAssignmentCompatible(Class<?>, Class<?>) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Determine whether a type can be used as a parameter in a method invocation.
- isBridge() - 类 中的方法net.gdface.utils.MethodDecorator
-
- isBroadcast(InetAddress) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
判断一个地址是否为广播地址(255.255.255.255)
- isCamelcase(String) - 类 中的静态方法net.gdface.utils.CaseSupport
-
判断 变量是否为驼峰命名法格式的字符串
- isDefaultMatch() - 类 中的方法net.gdface.utils.MatchPatternInfo
-
- isEmpty(Object) - 类 中的静态方法net.gdface.bean.BeanPropertySupport
-
判断输入参数是否为null或空
如果输入参数为@String,Collection,Iterable,Iterator,Map,数组类型则返回其是否为空,
否则返回false
- isEmpty(boolean, Iterable<Object>) - 类 中的静态方法net.gdface.bean.BeanPropertySupport
-
判断输入参数是否都为空或有元素为空
如果all为true判断都为空,即values中的所有元素都为空时返回true
否则判断有空,即 values中的任一元素为空时就返回true,
values为空则返回true
- isEmpty(boolean, Object...) - 类 中的静态方法net.gdface.bean.BeanPropertySupport
-
判断输入参数是否都为空或有元素为空
如果all为true判断都为空,即values中的所有元素都为空时返回true
否则判断有空,即 values中的任一元素为空时就返回true,
values为空则返回true
- IServiceException - net.gdface.utils中的接口
-
- isFullName(Class<?>) - 接口 中的方法net.gdface.utils.TypeUtils.FullName
-
- isIndexed(String) - 类 中的方法net.gdface.bean.NameResolver
-
Indicate whether the expression is for an indexed property or not.
- isIPv4LiteralAddress(String) - 类 中的静态方法net.gdface.utils.IPAddressUtil
-
- isIPv6LiteralAddress(String) - 类 中的静态方法net.gdface.utils.IPAddressUtil
-
- isJavaLangClass(Class<?>) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- isLocalhost(InetAddress) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
判断address是否为本机地址
- isLocalhost(String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
判断address是否为本机地址
- isLoopbackAddress(String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
判断host是否为localhost
- isMapped(String) - 类 中的方法net.gdface.bean.NameResolver
-
Indicate whether the expression is for a mapped property or not.
- isOverride(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
返回方法是否为覆盖方法
- isOverrideObjectMethod(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
判断方法是否为重写Object的方法
- isOverrideShadow(Method) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
判断input是否为残存的影子方法
如果在方法声明的类Method.getDeclaringClass()中使用根据input的名字和参数查找方法找到的方法与input不相同,
即为因残存的被重写的父类方法,因返回类型不相同而残存
- isReachable(String, int, int) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
- isReadable(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return true if the specified property name identifies
a readable property on the specified bean; otherwise, return
false.
- isReadable(Object, String) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- isReadable(Object, String) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- isResolvableHost(String) - 类 中的静态方法net.gdface.utils.JcifsUtil
-
判断host是否为可解析的主机名
- isRunning() - 类 中的方法net.gdface.utils.MultiCastDispatcher
-
- isSearched(String) - 类 中的方法net.gdface.bean.NameResolver
-
Indicate whether the expression is for an search property with field equal value or not.
- isSnakecase(String) - 类 中的静态方法net.gdface.utils.CaseSupport
-
判断 变量是否为驼峰命名法格式的字符串
- isSnakelcase(String) - 类 中的静态方法net.gdface.utils.CaseSupport
-
- isSynthetic() - 类 中的方法net.gdface.utils.MethodDecorator
-
- isVarArgs() - 类 中的方法net.gdface.utils.MethodDecorator
-
- isWriteable(Object, String) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Return true if the specified property name identifies
a writeable property on the specified bean; otherwise, return
false.
- isWriteable(Object, String) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- isWriteable(Object, String) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- searchIn(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
在input中遍历所有元素找到匹配的值,没找到返回null
- selfBind(InetAddress) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
遍历所有物理(非虚拟)网卡上绑定的地址,判断address是否为本机网卡绑定的地址
- selfBind(String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
- sendHttpRequest(URL, String) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
向指定的url发送http请求
- sendMulticast(InetAddress, int, byte[], Integer, NetworkInterface) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
向指定的组播或广播地址和端口发送组播数据
- sendMulticast(InetAddress, int, byte[], Integer) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
向指定的组播或广播地址和端口发送组播数据
- sendMulticast(String, int, byte[]) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
向指定的组播或广播地址和端口发送组播数据
- sendMulticast(String, byte[]) - 类 中的静态方法net.gdface.utils.NetworkUtil
-
向指定的组播或广播地址和端口发送组播数据
- SerializationException - net.gdface.utils中的异常错误
-
copy from org.apache.commons.lang.SerializationException (commons-lang:commons-lang.2.4)
Exception thrown when the Serialization process fails.
- SerializationException() - 异常错误 的构造器net.gdface.utils.SerializationException
-
Constructs a new SerializationException without specified
detail message.
- SerializationException(String) - 异常错误 的构造器net.gdface.utils.SerializationException
-
Constructs a new SerializationException with specified
detail message.
- SerializationException(Throwable) - 异常错误 的构造器net.gdface.utils.SerializationException
-
Constructs a new SerializationException with specified
nested Throwable.
- SerializationException(String, Throwable) - 异常错误 的构造器net.gdface.utils.SerializationException
-
Constructs a new SerializationException with specified
detail message and nested Throwable.
- SerializationUtils - net.gdface.utils中的类
-
copy from org.apache.commons.lang.SerializationUtils (commons-lang:commons-lang.2.4)
Assists with the serialization process and performs additional functionality based
on serialization.
- SerializationUtils() - 类 的构造器net.gdface.utils.SerializationUtils
-
SerializationUtils instances should NOT be constructed in standard programming.
- serialize(Serializable, OutputStream) - 类 中的静态方法net.gdface.utils.SerializationUtils
-
Serializes an Object to the specified stream.
- serialize(Serializable) - 类 中的静态方法net.gdface.utils.SerializationUtils
-
Serializes an Object to a byte array for
storage/serialization.
- setAccessible(boolean) - 类 中的方法net.gdface.utils.MethodDecorator
-
- setCacheMethods(boolean) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
Set whether methods should be cached for greater performance or not,
default is true.
- setIndexedProperty(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the specified indexed property of the specified
bean, with no type conversions.
- setIndexedProperty(Object, String, int, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the specified indexed property of the specified
bean, with no type conversions.
- setIndexedProperty(Object, String, int, Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- setIndexedProperty(Object, String, int, Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- setJsonSupportInstance(JsonSupport) - 类 中的静态方法net.gdface.json.JsonSupports
-
- setLeft(Object) - 类 中的方法net.gdface.bean.BeanPropertySupport.DiffNode
-
- setMappedProperty(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the specified mapped property of the
specified bean, with no type conversions.
- setMappedProperty(Object, String, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the specified mapped property of the specified
bean, with no type conversions.
- setMappedProperty(Object, String, String, Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- setMappedProperty(Object, String, String, Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- setMappedReadMethod(Method) - 类 中的方法net.gdface.bean.jdk.descriptor.MappedPropertyDescriptor
-
Sets the method that should be used to read one of the property value.
- setMappedReadMethod(Method) - 类 中的方法net.gdface.bean.openbeans.descriptor.MappedPropertyDescriptor
-
Sets the method that should be used to read one of the property value.
- setMappedWriteMethod(Method) - 类 中的方法net.gdface.bean.jdk.descriptor.MappedPropertyDescriptor
-
Sets the method that should be used to write the property value.
- setMappedWriteMethod(Method) - 类 中的方法net.gdface.bean.openbeans.descriptor.MappedPropertyDescriptor
-
Sets the method that should be used to write the property value.
- setMatchType(MatchType) - 类 中的方法net.gdface.utils.MatchPatternInfo
-
- setNestedName(String) - 异常错误 中的方法net.gdface.bean.exception.CycleReferenceException
-
- setOrAddIndexValue(String, Object, int, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
设置List对象索引指定位置的值
index为-1时向列表头部添加元素,
index为-2时向列表尾部添加元素,
- setPattern(String) - 类 中的方法net.gdface.utils.MatchPatternInfo
-
- setProperty(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- setProperty0(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
- setPropertyChecked(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- setRight(Object) - 类 中的方法net.gdface.bean.BeanPropertySupport.DiffNode
-
- setSimpleProperty(Object, String, Object) - 类 中的方法net.gdface.bean.BeanPropertySupport
-
Set the value of the specified simple property of the specified bean,
with no type conversions.
- setSimpleProperty(Object, String, Object) - 类 中的方法net.gdface.bean.jdk.BeanPropertySupportImpl
-
- setSimpleProperty(Object, String, Object) - 类 中的方法net.gdface.bean.openbeans.BeanPropertySupportImpl
-
- setToken(TypeToken<T>) - 类 中的静态方法net.gdface.utils.TypeUtils
-
- setTraceEnabled(boolean) - 类 中的静态方法net.gdface.bean.BeanPropertySupport
-
- setTraceEnabled(boolean) - 类 中的静态方法net.gdface.reflection.MethodUtils
-
- setTransformer(Class<L>, Class<R>, Function<L, R>) - 类 中的方法net.gdface.utils.BaseTypeTransformer
-
设置left -> right的转换器,参数不可为null
- setTransformer(Class<L>, Class<R>, Function<L, R>) - 类 中的方法net.gdface.utils.TypeTransformer
-
已过时。
设置left -> right的转换器,参数不可为null
- setValue(String) - 异常错误 中的方法net.gdface.bean.exception.CycleReferenceException
-
- setValueOfField(Object, String, Object) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
反射修改object的私有成员
- setValueOfStaticField(Class<?>, String, Object) - 类 中的静态方法net.gdface.utils.ReflectionUtils
-
反射修改clazz的静态私有成员
- SimpleConsoleFormatter - net.gdface.logger中的类
-
为 Logger实现自定义的日志输出,可以输出IDE(eclipse)自动识别源码位置的日志格式。
- SimpleConsoleFormatter() - 类 的构造器net.gdface.logger.SimpleConsoleFormatter
-
- SimpleLogger - net.gdface.logger中的类
-
- SimpleLogger() - 类 的构造器net.gdface.logger.SimpleLogger
-
- sizeOfRules() - 类 中的方法net.gdface.utils.BaseStringMatchRules
-
返回规则数量
- stop() - 类 中的方法net.gdface.utils.MultiCastDispatcher
-
- StringMatchRule(String) - 类 的构造器net.gdface.utils.BaseStringMatchRules.StringMatchRule
-
- StringMatchRule(String, boolean) - 类 的构造器net.gdface.utils.BaseStringMatchRules.StringMatchRule
-
- StringMatchRule() - 类 的构造器net.gdface.utils.BaseStringMatchRules.StringMatchRule
-
- stripQuoteOfPrefix(String) - 类 中的静态方法net.gdface.utils.BaseStringMatchRules
-