- AbstractConfiguration - Class in net.gdface.cli
-
参数配置抽象类
- AbstractConfiguration() - Constructor for class net.gdface.cli.AbstractConfiguration
-
- AbstractThriftMetadataBuilder - Class in com.facebook.swift.codec.metadata
-
- AbstractThriftMetadataBuilder(ThriftCatalog, Type) - Constructor for class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- accept(String) - Method in interface net.gdface.utils.ClassResourceUtils.FileFilter
-
Tests if a specified file should be included in a file list.
- add(long) - Method in class net.gdface.utils.TimeCostProbe
-
计时结果相加
- addBuilderMethods() - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- addCallback(ListenableFuture<V>, FutureCallback<? super V>) - Method in class net.gdface.thrift.ClientFactory
-
- addCallback(ListenableFuture<V>, FutureCallback<? super V>, Executor) - Static method in class net.gdface.thrift.ThriftUtils
-
- addConstructors(Type) - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- addCorsHandlerIfHttp() - Method in class com.facebook.swift.service.ThriftServerService
-
添加CORS Handler和XHR编解码器
- addCount() - Method in class net.gdface.utils.TimeCostProbe
-
- addDefaultCoercions(Class<?>) - Method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
Add the @ToThrift and @FromThrift coercions in the specified class to this catalog.
- addError(String, Object...) - Method in class com.facebook.swift.codec.metadata.MetadataErrors
-
- addError(Throwable, String, Object...) - Method in class com.facebook.swift.codec.metadata.MetadataErrors
-
- addField(Field, boolean, boolean) - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- addFields(Class<?>, boolean, boolean) - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- addListener(Runnable, Executor) - Method in class net.gdface.thrift.ClientFactory.ListenableFutureDecorator
-
- addMethod(Type, Method, boolean, boolean) - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- addMethods(Type, boolean, boolean) - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- addProperties(Map<String, ? extends Object>) - Method in class net.gdface.cli.Context.Builder
-
- addProperty(String, T) - Method in class net.gdface.cli.Context.Builder
-
- addThriftType(ThriftType) - Method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
- addWarning(String, Object...) - Method in class com.facebook.swift.codec.metadata.MetadataErrors
-
- addWarning(Throwable, String, Object...) - Method in class com.facebook.swift.codec.metadata.MetadataErrors
-
- AIX - Static variable in class net.gdface.utils.Platform
-
- allowCredentials() - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfigBuilder
-
By default cookies are not included in CORS requests, but this method will enable cookies to
be added to CORS requests.
- allowedRequestHeaders() - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfig
-
Returns the allowed set of Request Headers.
- allowedRequestHeaders(Set<String>) - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers'
response header.
- allowedRequestHeaders(String...) - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfigBuilder
-
Specifies the if headers that should be returned in the CORS 'Access-Control-Allow-Headers'
response header.
- allowedRequestMethods() - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfig
-
Returns the allowed set of Request Methods.
- allowedRequestMethods(Set<HttpMethod>) - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfigBuilder
-
Specifies the allowed set of HTTP Request Methods that should be returned in the
CORS 'Access-Control-Request-Method' response header.
- allowedRequestMethods(HttpMethod...) - Method in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsConfigBuilder
-
Specifies the allowed set of HTTP Request Methods that should be returned in the
CORS 'Access-Control-Request-Method' response header.
- ANDROID - Static variable in class net.gdface.utils.Platform
-
- ANY_ORIGIN - Static variable in class org.jboss.netty3.handler.codec.http.cors.Netty3CorsHandler
-
- apply(NetworkInterface) - Method in enum net.gdface.thrift.NetworkUtil.Filter
-
Deprecated.
- apply(L) - Method in class net.gdface.thrift.Swift2ThriftyExceptionTransformer
-
- apply(L) - Method in class net.gdface.thrift.Swift2ThriftyStructTransformer
-
- apply(L) - Method in class net.gdface.thrift.ThriftExceptionTransformer
-
- apply(L) - Method in class net.gdface.thrift.ThriftStructTransformer
-
- apply(L) - Method in class net.gdface.thrift.Thrifty2SwiftStructTransformer
-
- apply(F) - Method in interface net.gdface.utils.CollectionUtils.Function
-
function interface
- apply(L) - Method in class net.gdface.utils.EnumTransformer
-
- apply(NetworkInterface) - Method in enum net.gdface.utils.NetworkUtil.Filter
-
- apply() - Method in class net.gdface.utils.ResourcePool
-
(阻塞式)申请当前线程使用的资源对象,不可跨线程使用
InterruptedException
封装到RuntimeException
抛出
- applyChecked() - Method in class net.gdface.utils.ResourcePool
-
(阻塞式)申请当前线程使用的资源对象,不可跨线程使用
- applyInstance(Class<T>) - Method in class net.gdface.thrift.ClientFactory
-
- ARCH - Static variable in class net.gdface.utils.Platform
-
Current platform architecture.
- array(ThriftType) - Static method in class com.facebook.swift.codec.metadata.ThriftType
-
- asByteArray(double[]) - Static method in class net.gdface.utils.BufferUtils
-
double[] TO byte[]
- asByteArray(float[]) - Static method in class net.gdface.utils.BufferUtils
-
float[] TO byte[]
- asByteArray(int[]) - Static method in class net.gdface.utils.BufferUtils
-
int[] TO byte[]
- asByteArray(long[]) - Static method in class net.gdface.utils.BufferUtils
-
long[] TO byte[]
- asByteArray(short[]) - Static method in class net.gdface.utils.BufferUtils
-
short[] TO byte[]
- asByteBuffer(DoubleBuffer) - Static method in class net.gdface.utils.BufferUtils
-
DoubleBuffer
TO ByteBuffer
- asByteBuffer(FloatBuffer) - Static method in class net.gdface.utils.BufferUtils
-
FloatBuffer
TO ByteBuffer
- asByteBuffer(IntBuffer) - Static method in class net.gdface.utils.BufferUtils
-
IntBuffer
TO ByteBuffer
- asByteBuffer(LongBuffer) - Static method in class net.gdface.utils.BufferUtils
-
LongBuffer
TO ByteBuffer
- asByteBuffer(ShortBuffer) - Static method in class net.gdface.utils.BufferUtils
-
ShortBuffer
TO ByteBuffer
- asDoubleArray(byte[]) - Static method in class net.gdface.utils.BufferUtils
-
byte[] TO double[]
- asDualTransformer(CollectionUtils.Function<L, R>, CollectionUtils.Function<R, L>) - Static method in class net.gdface.utils.CollectionUtils
-
- asFloatArray(byte[]) - Static method in class net.gdface.utils.BufferUtils
-
byte[] TO float[]
- asFromRightTransformer(CollectionUtils.DualTransformer<L, R>) - Static method in class net.gdface.utils.CollectionUtils
-
- asIntArray(byte[]) - Static method in class net.gdface.utils.BufferUtils
-
byte[] TO int[]
- asLongArray(byte[]) - Static method in class net.gdface.utils.BufferUtils
-
byte[] TO long[]
- Assert - Class in net.gdface.utils
-
断言类
- Assert() - Constructor for class net.gdface.utils.Assert
-
- assertValidCode(byte[], byte[]) - Static method in class net.gdface.utils.Assert
-
- asShortArray(byte[]) - Static method in class net.gdface.utils.BufferUtils
-
byte[] TO short[]
- asToRightTransformer(CollectionUtils.DualTransformer<L, R>) - Static method in class net.gdface.utils.CollectionUtils
-
- autoClose - Variable in class net.gdface.image.BaseLazyImage
-
- C_LIBRARY_NAME - Static variable in class net.gdface.utils.Platform
-
Canonical name of this platform's C runtime library.
- cancel(boolean) - Method in class net.gdface.thrift.ClientFactory.ListenableFutureDecorator
-
- canonicalize(Type) - Static method in class com.google.inject.internal.MoreTypes
-
Returns a type that is functionally equal but not necessarily equal
according to Object.equals()
.
- cast(Object, Type, Type) - Method in class net.gdface.utils.BaseTypeTransformer
-
将value
转换为right
指定的类型
- CAST_TYPES - Static variable in class net.gdface.thrift.ThriftUtils
-
- catalog - Variable in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- CATALOG - Static variable in class net.gdface.thrift.ThriftUtils
-
- causeClass - Variable in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
- causeFields - Variable in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
- ChainedParamReader - Class in org.apache.bytecode
-
Description: In ParamReader class, user cannot get inherited method parameter
from the class they passed in for performance reasons This class
is walks up the inheritance chain.
- ChainedParamReader(Class) - Constructor for class org.apache.bytecode.ChainedParamReader
-
Processes a given class's parameter names.
- changedProperties(Properties) - Method in class net.gdface.utils.Configuration
-
返回如果指定了 Properties.defaults
,则返回所有相对增加或修改的值
否则返回所有值
- checkNotNull(T) - Static method in class net.gdface.utils.CollectionUtils
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - Static method in class net.gdface.utils.CollectionUtils
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNullElement(C) - Static method in class net.gdface.utils.CollectionUtils
-
Ensures that a collection reference passed as a parameter to the calling method not exists null element if it's not null.
- ClassLoaderUtils - Class in net.gdface.utils
-
- ClassLoaderUtils() - Constructor for class net.gdface.utils.ClassLoaderUtils
-
- ClassLoaderUtils.ParentStrategy - Enum in net.gdface.utils
-
parent
为
null
时策略
defaultParentLoader
使用default parent class loader,参见
URLClassLoader.newInstance(URL[])
threadContextLoader
使用当前线程的Thread Context ClassLoader作为parent,参见
Thread.getContextClassLoader()
currentClassLoader
使用当前类(
ClassLoaderUtils
)的class loader
- ClassReader - Class in org.apache.bytecode
-
This is the class file reader for obtaining the parameter names
for declared methods in a class.
- ClassReader(byte[], Map) - Constructor for class org.apache.bytecode.ClassReader
-
- ClassResourceUtils - Class in net.gdface.utils
-
classpath resource 工具
- ClassResourceUtils() - Constructor for class net.gdface.utils.ClassResourceUtils
-
- ClassResourceUtils.FileFilter - Interface in net.gdface.utils
-
文件名过滤器接口
- clearComparators() - Static method in class net.gdface.utils.BeanRelativeUtilits.FieldComparator
-
- CLIENT_SUFFIX - Static variable in class net.gdface.thrift.ThriftUtils
-
- clientAddressAsString() - Static method in class net.gdface.thrift.ServiceUtil
-
- ClientFactory - Class in net.gdface.thrift
-
Factory class for creating client instance
Example:
- ClientFactory() - Constructor for class net.gdface.thrift.ClientFactory
-
- ClientFactory.ListenableFutureDecorator<A,V> - Class in net.gdface.thrift
-
- close() - Method in class net.gdface.image.BaseLazyImage
-
释放资源
- close() - Method in class net.gdface.image.LazyImage
-
释放资源
- close(R) - Method in class net.gdface.utils.ResourcePool
-
资源对象放回队列时调用,子类可重写此方法
- closeObjectPool(Class<T>) - Method in class net.gdface.thrift.ClientFactory
-
- cmd(String) - Method in class net.gdface.utils.CmdExecutor
-
添加一条普通命令
- CmdConfig - Interface in net.gdface.cli
-
- CmdExecutor - Class in net.gdface.utils
-
linux命令行执行器
- CmdExecutor() - Constructor for class net.gdface.utils.CmdExecutor
-
- CmdExecutor(String) - Constructor for class net.gdface.utils.CmdExecutor
-
- cmdSeparator(String) - Method in class net.gdface.utils.CmdExecutor
-
- coerceTo(Type) - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- CollectionUtils - Class in net.gdface.utils
-
- CollectionUtils.DualTransformer<L,R> - Interface in net.gdface.utils
-
- CollectionUtils.Function<F,T> - Interface in net.gdface.utils
-
- com.facebook.swift.codec - package com.facebook.swift.codec
-
- com.facebook.swift.codec.internal.coercion - package com.facebook.swift.codec.internal.coercion
-
- com.facebook.swift.codec.metadata - package com.facebook.swift.codec.metadata
-
- com.facebook.swift.service - package com.facebook.swift.service
-
- com.google.inject.internal - package com.google.inject.internal
-
- CommonCliConstants - Interface in net.gdface.cli
-
- compact() - Method in class net.gdface.image.Fingerprint
-
返回压缩存储的指纹数据
- compactHEX() - Method in class net.gdface.image.Fingerprint
-
返回压缩存储的指纹数据(HEX字符串)
- compare(String) - Method in class net.gdface.image.Fingerprint
-
- compare(byte[]) - Method in class net.gdface.image.Fingerprint
-
与指定的指纹比较相似度
- compare(Image) - Method in class net.gdface.image.Fingerprint
-
与指定图像比较相似度
- compare(Fingerprint) - Method in class net.gdface.image.Fingerprint
-
比较指纹相似度
- compare(Image, Image) - Static method in class net.gdface.image.Fingerprint
-
比较两个图像内容的相似度
- compare(Object, Object) - Method in class net.gdface.utils.BeanRelativeUtilits.FieldComparator
-
- compareCompact(byte[]) - Method in class net.gdface.image.Fingerprint
-
与指定的压缩格式指纹比较相似度
- compareCompact(byte[], byte[]) - Static method in class net.gdface.image.Fingerprint
-
压缩格式指纹比较
- Configuration - Class in net.gdface.utils
-
读取配置文件(properties)中的参数
- Configuration(ClassLoader, String) - Constructor for class net.gdface.utils.Configuration
-
使用指定的ClassLoader加载properties文件propFile
- Configuration(File) - Constructor for class net.gdface.utils.Configuration
-
从File
构造对象
- Configuration() - Constructor for class net.gdface.utils.Configuration
-
- Configuration(Properties) - Constructor for class net.gdface.utils.Configuration
-
- Configuration(URL) - Constructor for class net.gdface.utils.Configuration
-
- ConfigUtils - Class in net.gdface.utils
-
配置文件读取工具类
- ConfigUtils() - Constructor for class net.gdface.utils.ConfigUtils
-
- CONNECTION_LIMIT_OPTION_DESC - Static variable in interface net.gdface.cli.ThriftServiceConstants
-
- CONNECTION_LIMIT_OPTION_LONG - Static variable in interface net.gdface.cli.ThriftServiceConstants
-
- constructorInjections - Variable in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- constructStruct(Map<Short, TypeValue>, ThriftStructMetadata) - Static method in class net.gdface.thrift.ThriftUtils
-
构造metadata
指定类型的实例并填充字段
参见 com.facebook.swift.codec.internal.reflection.ReflectionThriftStructCodec#constructStruct(Map)
- constructStruct(Map<String, TypeValue>) - Method in class net.gdface.thrift.ThriftyStructMetadata
-
根据字段值构造实例
- Context - Class in net.gdface.cli
-
上下文数据管理类
- Context() - Constructor for class net.gdface.cli.Context
-
- Context(Map<String, Object>) - Constructor for class net.gdface.cli.Context
-
- Context(Context) - Constructor for class net.gdface.cli.Context
-
- Context.Builder - Class in net.gdface.cli
-
- CONTROL_OPTIONS - Static variable in interface net.gdface.cli.CommonCliConstants
-
- convertHost(String) - Static method in class net.gdface.thrift.NetworkUtil
-
Deprecated.
- convertHost(String) - Static method in class net.gdface.utils.NetworkUtil
-
- convertName(String, boolean) - Static method in class net.gdface.utils.NameStringUtils
-
- copy(Image, int) - Static method in class net.gdface.image.ImageUtil
-
从源BufferedImage
对象创建一份拷贝
- copy(BufferedImage) - Static method in class net.gdface.image.ImageUtil
-
创建BufferedImage.TYPE_3BYTE_BGR
类型的拷贝
- copy(T, T) - Static method in class net.gdface.utils.BeanPropertyUtils
-
- copyToTempFromJar(String, Class<?>) - Static method in class net.gdface.utils.NativeUtils
-
copy file from current JAR archive to system temporary directory
The file from JAR is copied into system temporary directory and then loaded.
- copyToTempFromJar(String) - Static method in class net.gdface.utils.NativeUtils
-
- create(int, TProtocolFactory) - Method in class com.facebook.swift.service.ThriftHttpCodecFactory
-
- create(byte[]) - Static method in class net.gdface.image.LazyImage
-
创建并打开对象
- create(BufferedImage) - Static method in class net.gdface.image.LazyImage
-
创建对象
- create(File, String) - Static method in class net.gdface.image.LazyImage
-
用本地图像文件创建对象
- create(T) - Static method in class net.gdface.image.LazyImage
-
多源创建对象
- create(byte[]) - Method in interface net.gdface.image.LazyImageFactory
-
创建并打开对象
- create(File, String) - Method in interface net.gdface.image.LazyImageFactory
-
用本地图像文件创建对象
- create(T) - Method in interface net.gdface.image.LazyImageFactory
-
多源创建对象
- create(byte[]) - Method in class net.gdface.image.LazyImageFactoryByBitmap
-
- create(File, String) - Method in class net.gdface.image.LazyImageFactoryByBitmap
-
- create(T) - Method in class net.gdface.image.LazyImageFactoryByBitmap
-
- create(byte[]) - Method in class net.gdface.image.LazyImageFactoryByBufferedImage
-
- create(File, String) - Method in class net.gdface.image.LazyImageFactoryByBufferedImage
-
- create(T) - Method in class net.gdface.image.LazyImageFactoryByBufferedImage
-
- createCachedPool(Integer, Integer, Long, Integer, String) - Static method in class net.gdface.utils.DefaultExecutorProvider
-
根据配置文件指定的参数创建通用任务线程池对象
- createExitingCachedPool() - Method in class net.gdface.utils.DefaultExecutorProvider
-
- createExitingScheduledPool() - Method in class net.gdface.utils.DefaultExecutorProvider
-
- createFromCompact(byte[]) - Static method in class net.gdface.image.Fingerprint
-
- createFromCompact(String) - Static method in class net.gdface.image.Fingerprint
-
- createFromImage(T) - Static method in class net.gdface.image.Fingerprint
-
- createFromImageNoThrow(T) - Static method in class net.gdface.image.Fingerprint
-
- createJPEGThumbnail(byte[], int, int, double) - Static method in class net.gdface.image.ImageUtil
-
对原图创建JPEG格式的缩略图
- createRGBAImage(byte[], int, int) - Static method in class net.gdface.image.ImageUtil
-
从RGBA格式图像矩阵数据创建一个BufferedImage
该方法删除了alpha通道
- createRGBImage(byte[], int, int) - Static method in class net.gdface.image.ImageUtil
-
从RGB格式图像矩阵数据创建一个BufferedImage
- createScheduledPool(Integer, String) - Static method in class net.gdface.utils.DefaultExecutorProvider
-
根据配置文件指定的参数创建定时任务线程池对象
- createThumbnail(BufferedImage, int, int, double) - Static method in class net.gdface.image.ImageUtil
-
对原图创建缩略图对象
如果原图尺寸小于指定的缩略图尺寸则直接返回原图对象的副本
- createURI(String) - Static method in class net.gdface.utils.FaceUtilits
-
将URL
字符串转换为URI
对象
在转换过程中会将自动对不符合URI规范的字符进行编码,
在转换过程中先从字符串生成URL
对象,如果String
不能转换成URL对象,则抛出异常
- cutMatrix(byte[], Rectangle, Rectangle) - Static method in class net.gdface.image.ImageUtil
-
从matrix矩阵中截取rect指定区域的子矩阵
- GenericArrayTypeImpl(Type) - Constructor for class com.google.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- get() - Method in class com.facebook.swift.service.ThriftXHRDecoder
-
- get() - Method in class net.gdface.thrift.ClientFactory.ListenableFutureDecorator
-
- get(long, TimeUnit) - Method in class net.gdface.thrift.ClientFactory.ListenableFutureDecorator
-
- get() - Method in class net.gdface.utils.BaseTls
-
- get() - Method in class net.gdface.utils.BaseVolatile
-
- get() - Method in interface net.gdface.utils.ILazyInitVariable
-
返回延迟初始化的 T 实例
- getActualTypeArguments() - Method in class com.google.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getActualTypeArguments() - Method in class net.gdface.utils.ParameterizedTypeImpl
-
- getAllDeclaredFields(Class<?>) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getAllDeclaredMethods(Class<?>) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getAppName() - Method in class net.gdface.cli.BaseAppConfig
-
- getArrayOfType(Type) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getAxis2Conf() - Static method in class net.gdface.utils.FaceUtilitsX
-
通过环境变量CATALINA_HOME,获取axis2/WEB-INF/conf的位置
如果没有定义CATALINA_HOME或没有找到/webapps/axis2/WEB-INF/conf,则抛出FileNotFoundException
- getBuilderClass() - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- getBuilderClass() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getBuilderMethod() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getBuilderType() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getByEnumConstant() - Method in class com.facebook.swift.codec.metadata.ThriftEnumMetadata
-
- getByEnumValue() - Method in class com.facebook.swift.codec.metadata.ThriftEnumMetadata
-
- getByteBuffer(T) - Static method in class net.gdface.utils.FaceUtilits
-
将数据对象src转换为ByteBuffer
- getByteBufferNotEmpty(T) - Static method in class net.gdface.utils.FaceUtilits
-
- getBytes(T) - Static method in class net.gdface.utils.FaceUtilits
-
将数据对象
src
转换为字节数组(byte[])
src
的数据类型可以是byte[],
InputStream
,
ByteBuffer
,
String
(base64编码),
File
,
URL
,
URI
否则抛出
IllegalArgumentException
对象转换为InputStream或byte[]时,可能会抛出
IOException
当
src
为
File
或
FileInputStream
时,使用NIO方式(
FaceUtilits.readBytes(FileInputStream)
)读取
- getBytes(Class) - Static method in class org.apache.bytecode.ClassReader
-
Loads the bytecode for a given class, by using the class's defining
classloader and assuming that for a class named P.C, the bytecodes are
in a resource named /P/C.class.
- getBytesInBuffer(ByteBuffer) - Static method in class net.gdface.utils.BaseTypeTransformer
-
返回buffer中所有字节(position~limit),不改变buffer状态
- getBytesInBuffer(ByteBuffer) - Static method in class net.gdface.utils.FaceUtilits
-
返回buffer中所有字节(position~limit),不改变buffer状态
- getBytesInBuffer(ByteBuffer) - Static method in class net.gdface.utils.TypeTransformer
-
Deprecated.
返回buffer中所有字节(position~limit),不改变buffer状态
- getBytesNotEmpty(T) - Static method in class net.gdface.utils.FaceUtilits
-
- getCause(Throwable) - Static method in class net.gdface.utils.FaceUtilits
-
- getCauseClass() - Method in exception net.gdface.thrift.exception.BaseServiceException
-
return cause exception class name
- getCauseClass() - Method in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
return cause exception class name
- getCauseClass() - Method in exception net.gdface.thrift.exception.ServiceRuntimeException
-
return cause exception class name
- getCauseFields() - Method in exception net.gdface.thrift.exception.BaseServiceException
-
return JSON string of declared field values if cause is subclass of this class
and override jsonOfDeclaredFields
method, otherwise return empty string
- getCauseFields() - Method in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
return declared field values JSON string of cause
user JSON parser deserialize to exception instance
Example:
- getCauseFields() - Method in exception net.gdface.thrift.exception.ServiceRuntimeException
-
return JSON string of declared field values if cause is subclass of this class
and override jsonOfDeclaredFields
method, otherwise return empty string
- getCmdLineSyntax() - Method in class net.gdface.cli.BaseAppConfig
-
- getCoercion() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getComparator(String) - Static method in class net.gdface.utils.BeanRelativeUtilits.FieldComparator
-
- getConnectionLimit() - Method in class net.gdface.cli.ThriftServiceConfig
-
- getConstructor() - Method in class com.facebook.swift.codec.metadata.ThriftConstructorInjection
-
- getConstructor(Class<T>, Class<?>...) - Static method in class net.gdface.thrift.ThriftUtils
-
- getConstructorInjection() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getConstructorInjection() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getContext() - Method in class net.gdface.cli.Context
-
- getCurrentMac(String, int) - Static method in class net.gdface.utils.NetworkUtil
-
获取访问指定host的当前网卡物理地址
- getDecoratorType(Type) - Static method in class net.gdface.thrift.ThriftUtils
-
- getDecoratorType(Class<T>) - Static method in class net.gdface.thrift.ThriftUtils
-
返回clazz
对应的装饰类
- getDefaultCoercion(Type) - Method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
Gets the default TypeCoercion (and associated ThriftType) for the specified Java type.
- getDefaultValueMap() - Method in class net.gdface.cli.AbstractConfiguration
-
子类提供命令行参数的默认值
- getDefaultValueMap() - Method in class net.gdface.cli.BaseAppConfig
-
- getDocumentation() - Method in class com.facebook.swift.codec.metadata.ThriftEnumMetadata
-
- getDocumentation() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getDocumentation() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getEffectiveClassAnnotations(Class<?>, Class<T>) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getElementsDocumentation() - Method in class com.facebook.swift.codec.metadata.ThriftEnumMetadata
-
- getEnumClass() - Method in class com.facebook.swift.codec.metadata.ThriftEnumMetadata
-
- getEnumMetadata() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getEnumName() - Method in class com.facebook.swift.codec.metadata.ThriftEnumMetadata
-
- getErrors() - Method in class com.facebook.swift.codec.metadata.MetadataErrors
-
- getExecutor() - Method in class net.gdface.thrift.ClientFactory
-
- getExtraction() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getField(int) - Method in class com.facebook.swift.codec.metadata.DecoratorThriftStructMetadata
-
- getField() - Method in class com.facebook.swift.codec.metadata.ThriftFieldExtractor
-
- getField() - Method in class com.facebook.swift.codec.metadata.ThriftFieldInjection
-
- getField(int) - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getFieldKind() - Method in interface com.facebook.swift.codec.metadata.ThriftExtraction
-
- getFieldKind() - Method in class com.facebook.swift.codec.metadata.ThriftFieldExtractor
-
- getFieldKind() - Method in class com.facebook.swift.codec.metadata.ThriftFieldInjection
-
- getFieldKind() - Method in interface com.facebook.swift.codec.metadata.ThriftInjection
-
- getFieldKind() - Method in class com.facebook.swift.codec.metadata.ThriftMethodExtractor
-
- getFieldKind() - Method in class com.facebook.swift.codec.metadata.ThriftParameterInjection
-
- getFields() - Method in class com.facebook.swift.codec.metadata.DecoratorThriftStructMetadata
-
- getFields(FieldKind) - Method in class com.facebook.swift.codec.metadata.DecoratorThriftStructMetadata
-
- getFields(FieldKind) - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getFields() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getFields() - Method in class net.gdface.thrift.ThriftyStructMetadata
-
- getFieldValue(Object, ThriftFieldMetadata) - Static method in class net.gdface.thrift.ThriftUtils
-
获取field
指定的字段值
- getFieldValues(Object, ThriftStructMetadata) - Static method in class net.gdface.thrift.ThriftUtils
-
根据metadata
类型数据获取instance
实例所有的字段值
参见 com.facebook.swift.codec.internal.reflection.ReflectionThriftStructCodec#write(Object, org.apache.thrift.protocol.TProtocol)
- getFiledValues(Object, ThriftStructMetadata) - Static method in class net.gdface.thrift.ThriftUtils
-
- getFilesUnchecked(Class<?>, String, ClassResourceUtils.FileFilter) - Static method in class net.gdface.utils.ClassResourceUtils
-
- getFilesUnchedked(Class<?>, String) - Static method in class net.gdface.utils.ClassResourceUtils
-
- getFooter() - Method in class net.gdface.cli.BaseAppConfig
-
- getFormatName(byte[]) - Static method in class net.gdface.utils.FaceUtilitsX
-
通过 ImageIO.getImageReaders(Object)
获取图像类型,返回文件格式名,如"jpeg","gif"
用于保存图像文件时的后缀名
- getFromThrift() - Method in class com.facebook.swift.codec.metadata.TypeCoercion
-
- getFutureReturnType(Type) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getGenericComponentType() - Method in class com.google.inject.internal.MoreTypes.GenericArrayTypeImpl
-
- getGlobalExceutor() - Static method in class net.gdface.utils.DefaultExecutorProvider
-
返回全局线程池
- getHeader() - Method in class net.gdface.cli.BaseAppConfig
-
- getHeight() - Method in class net.gdface.image.BaseLazyImage
-
- getHeight() - Method in interface net.gdface.image.ImageMatrix
-
- getHostAndPort() - Method in class net.gdface.thrift.ClientFactory
-
- getId() - Method in interface com.facebook.swift.codec.metadata.ThriftExtraction
-
- getId() - Method in class com.facebook.swift.codec.metadata.ThriftFieldExtractor
-
- getId() - Method in class com.facebook.swift.codec.metadata.ThriftFieldInjection
-
- getId() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getId() - Method in interface com.facebook.swift.codec.metadata.ThriftInjection
-
- getId() - Method in class com.facebook.swift.codec.metadata.ThriftMethodExtractor
-
- getId() - Method in class com.facebook.swift.codec.metadata.ThriftParameterInjection
-
- getIdGetter() - Static method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getIdleConnectionTimeout() - Method in class net.gdface.cli.ThriftServiceConfig
-
- getImgBytes() - Method in class net.gdface.image.BaseLazyImage
-
返回图像数据字节数组
如果图像数据在本地文件中,则方法第一次被调用时将数据从文件中读取到内存
- getInjections() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getInputStream(T) - Static method in class net.gdface.utils.FaceUtilits
-
将对象转换为InputStream
类型可以是byte[],ByteBuffer
,InputStream
,String
(base64编码),File
,URL
,URI
,否则抛出RuntimeException
- getInstance() - Static method in class net.gdface.thrift.TypeTransformer
-
- getInstance(Class<T>, Map<String, Object>) - Static method in class net.gdface.utils.ReflectionUtils
-
- getInstanceByConstructor(Class<T>, Class<? extends T>, Class<?>[], Object[]) - Static method in class net.gdface.utils.ReflectionUtils
-
- getInstanceByConstructor(Class<T>, Class<? extends T>, LinkedHashMap<Class<?>, Object>) - Static method in class net.gdface.utils.ReflectionUtils
-
- getInstanceByStaticMethod(Class<T>, Class<? extends T>, String) - Static method in class net.gdface.utils.ReflectionUtils
-
- getInstanceClass(Class<T>, String) - Static method in class net.gdface.utils.ReflectionUtils
-
- getInterfaceClass() - Method in class net.gdface.utils.InterfaceDecorator
-
返回代理的接口类
- getIterableType(Type) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getJavaType() - Method in class com.facebook.swift.codec.metadata.ThriftParameterInjection
-
- getJavaType() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getKeyType() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getLazyImageFactory() - Static method in class net.gdface.image.BaseLazyImage
-
- getLocalFile() - Method in class net.gdface.image.BaseLazyImage
-
- getLowerBounds() - Method in class com.google.inject.internal.MoreTypes.WildcardTypeImpl
-
- getMacAddress(InetAddress) - Static method in class net.gdface.thrift.NetworkUtil
-
Deprecated.
返回指定address
绑定的网卡的物理地址(MAC)
- getMacAddress(NetworkInterface, String) - Static method in class net.gdface.thrift.NetworkUtil
-
Deprecated.
- getMacAddress(InetAddress, String) - Static method in class net.gdface.thrift.NetworkUtil
-
Deprecated.
- getMacAddress(InetAddress) - Static method in class net.gdface.utils.NetworkUtil
-
返回指定address
绑定的网卡的物理地址(MAC)
- getMacAddress(NetworkInterface, String) - Static method in class net.gdface.utils.NetworkUtil
-
- getMacAddress(InetAddress, String) - Static method in class net.gdface.utils.NetworkUtil
-
- getMapKeyType(Type) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getMapValueType(Type) - Static method in class com.facebook.swift.codec.metadata.ReflectionHelper
-
- getMatrixBGR() - Method in interface net.gdface.image.ImageMatrix
-
对图像解码返回BGR格式矩阵数据
- getMatrixBGR(BufferedImage) - Static method in class net.gdface.image.ImageUtil
-
对图像解码返回BGR格式矩阵数据
- getMatrixBGR() - Method in class net.gdface.image.LazyImage
-
- getMatrixGray() - Method in interface net.gdface.image.ImageMatrix
-
对图像数据指定的区域解码返回灰度图像矩阵
- getMatrixGRAY(BufferedImage) - Static method in class net.gdface.image.ImageUtil
-
对图像解码返回BGR格式矩阵数据
- getMatrixGray() - Method in class net.gdface.image.LazyImage
-
对图像数据指定的区域解码返回灰度图像数据
- getMatrixRGB() - Method in interface net.gdface.image.ImageMatrix
-
对图像解码返回RGB格式矩阵数据
- getMatrixRGB(BufferedImage) - Static method in class net.gdface.image.ImageUtil
-
对图像解码返回RGB格式矩阵数据
- getMatrixRGB() - Method in class net.gdface.image.LazyImage
-
- getMatrixRGBA() - Method in interface net.gdface.image.ImageMatrix
-
对图像解码返回RGBA格式矩阵数据
- getMatrixRGBA(BufferedImage) - Static method in class net.gdface.image.ImageUtil
-
对图像解码返回RGB格式矩阵数据
- getMatrixRGBA() - Method in class net.gdface.image.LazyImage
-
- getMaxShareCount() - Method in class net.gdface.utils.ShareLock
-
- getMd5() - Method in class net.gdface.image.BaseLazyImage
-
- getMD5(byte[]) - Static method in class net.gdface.utils.FaceUtilits
-
生成MD5校验码
- getMD5(ByteBuffer) - Static method in class net.gdface.utils.FaceUtilits
-
生成MD5校验码
- getMD5String(byte[]) - Static method in class net.gdface.utils.FaceUtilits
-
生成MD5校验码字符串
- getMD5String(ByteBuffer) - Static method in class net.gdface.utils.FaceUtilits
-
生成MD5校验码字符串
- getMessage() - Method in exception net.gdface.thrift.exception.BaseServiceException
-
return error message from service
- getMessage() - Method in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
return error message from service
- getMessage() - Method in exception net.gdface.thrift.exception.ServiceRuntimeException
-
return error message from service
- getMetadataErrors() - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- getMetadataType() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getMethod() - Method in class com.facebook.swift.codec.metadata.ThriftMethodExtractor
-
- getMethod() - Method in class com.facebook.swift.codec.metadata.ThriftMethodInjection
-
- getMethodInjection() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getMethodInjections() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getMethodOrder(Method) - Static method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
- getMethods() - Method in class com.facebook.swift.service.ThriftServiceProcessorCustom
-
- getMiddleClass(Class<L>, Class<R>) - Static method in class net.gdface.thrift.ThriftUtils
-
返回 left & right
之间的decorator类型
- getMiddleClassChecked(Class<L>, Class<R>) - Static method in class net.gdface.thrift.ThriftUtils
-
- getName() - Method in interface com.facebook.swift.codec.metadata.ThriftExtraction
-
- getName() - Method in class com.facebook.swift.codec.metadata.ThriftFieldExtractor
-
- getName() - Method in class com.facebook.swift.codec.metadata.ThriftFieldInjection
-
- getName() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getName() - Method in interface com.facebook.swift.codec.metadata.ThriftInjection
-
- getName() - Method in class com.facebook.swift.codec.metadata.ThriftMethodExtractor
-
- getName() - Method in class com.facebook.swift.codec.metadata.ThriftParameterInjection
-
- getName() - Method in class com.facebook.swift.service.ThriftMethodProcessorCustom
-
- getNativeLibraryResourcePrefix() - Static method in class net.gdface.utils.Platform
-
Generate a canonical String prefix based on the current OS
type/arch/name.
- getNICs(Predicate<NetworkInterface>...) - Static method in class net.gdface.thrift.NetworkUtil
-
Deprecated.
根据过滤器filters
指定的条件(AND)返回网卡设备对象
- getNICs(Predicate<NetworkInterface>...) - Static method in class net.gdface.utils.NetworkUtil
-
根据过滤器filters
指定的条件(AND)返回网卡设备对象
- getOptions() - Method in class net.gdface.cli.BaseAppConfig
-
- getOSType() - Static method in class net.gdface.utils.Platform
-
- getOutTimeUnit() - Method in class net.gdface.utils.TimeCostProbe
-
- getOwnerType() - Method in class com.google.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getOwnerType() - Method in class net.gdface.utils.ParameterizedTypeImpl
-
- getParameterIndex() - Method in class com.facebook.swift.codec.metadata.ThriftParameterInjection
-
- getParameterInjections(Type, Annotation[][], Type[], String[]) - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- getParameterizedType(Class<?>) - Static method in class net.gdface.utils.FaceUtilits
-
返回clazz
泛型超类的参数对象
如果超类不是泛型对象,则抛出IllegalArgumentException
- getParameterizedTypeNoThrow(Class<?>) - Static method in class net.gdface.utils.FaceUtilits
-
如果无法获取泛型参数对象,返回null
- getParameterNames(Member) - Method in class net.gdface.utils.ParameterNames
-
获取构造函数或方法的参数名
- getParameterNames(String, Class<?>[]) - Method in class net.gdface.utils.ParameterNames
-
获取构造函数或方法的参数名
name
为null
时,获取构造函数的参数名
- getParameterNames(Constructor) - Method in class org.apache.bytecode.ChainedParamReader
-
Returns the names of the declared parameters for the given constructor.
- getParameterNames(Method) - Method in class org.apache.bytecode.ChainedParamReader
-
Returns the names of the declared parameters for the given method.
- getParameterNames(String) - Method in class org.apache.bytecode.MethodTable
-
- getParameterNames(Constructor) - Method in class org.apache.bytecode.ParamReader
-
Returns the names of the declared parameters for the given constructor.
- getParameterNames(Method) - Method in class org.apache.bytecode.ParamReader
-
Returns the names of the declared parameters for the given method.
- getParameterNames(Member, Class[]) - Method in class org.apache.bytecode.ParamReader
-
- getParameterNamesFromDebugInfo(Method) - Static method in class org.apache.bytecode.ParamNameExtractor
-
Retrieves a list of function parameter names from a method.
- getParameterNamesUnchecked(String, Class<?>[]) - Method in class net.gdface.utils.ParameterNames
-
- getParameters() - Method in class com.facebook.swift.codec.metadata.ThriftConstructorInjection
-
- getParameters() - Method in class com.facebook.swift.codec.metadata.ThriftMethodInjection
-
- getPhysicalNICs() - Static method in class net.gdface.thrift.NetworkUtil
-
Deprecated.
返回所有物理网卡
- getPhysicalNICs() - Static method in class net.gdface.utils.NetworkUtil
-
返回所有物理网卡
- getPrefix() - Method in class net.gdface.utils.Configuration
-
- getProperties(Class<?>, int, boolean) - Static method in class net.gdface.utils.BeanPropertyUtils
-
获取beanClass中所有具有指定读写类型(rw)的属性
- getProperties(Class<?>, int) - Static method in class net.gdface.utils.BeanPropertyUtils
-
获取beanClass中所有具有指定读写类型(rw)的属性
- getProperty(String) - Method in class net.gdface.cli.Context
-
- getProperty(String) - Method in class net.gdface.utils.Configuration
-
- getProperty(String, String) - Method in class net.gdface.utils.Configuration
-
- getPropertyBaseType(String, T) - Method in class net.gdface.utils.Configuration
-
读取指定的key,将之转换成与defaultValue类型相同的对象,如果key不存在或转换出错则返回defaultValue
- getPropertyBoolean(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyBoolean(String, Boolean) - Method in class net.gdface.utils.Configuration
-
- getPropertyByte(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyByte(String, Byte) - Method in class net.gdface.utils.Configuration
-
- getPropertyDouble(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyDouble(String, Double) - Method in class net.gdface.utils.Configuration
-
- getPropertyFloat(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyFloat(String, Float) - Method in class net.gdface.utils.Configuration
-
- getPropertyFrom(Object, String) - Static method in class net.gdface.utils.BeanRelativeUtilits
-
- getPropertyInteger(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyInteger(String, Integer) - Method in class net.gdface.utils.Configuration
-
- getPropertyLong(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyLong(String, Long) - Method in class net.gdface.utils.Configuration
-
- getPropertyShort(String) - Method in class net.gdface.utils.Configuration
-
- getPropertyShort(String, Short) - Method in class net.gdface.utils.Configuration
-
- getProtocolType() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getQualifiedName() - Method in class com.facebook.swift.service.ThriftMethodProcessorCustom
-
- getRawType(Type) - Static method in class com.google.inject.internal.MoreTypes
-
- getRawType() - Method in class com.google.inject.internal.MoreTypes.ParameterizedTypeImpl
-
- getRawType() - Method in class net.gdface.utils.ParameterizedTypeImpl
-
- getRectangle() - Method in class net.gdface.image.LazyImage
-
获取图像矩形对象
- getRequiredness() - Method in class com.facebook.swift.codec.metadata.DecoratorThriftFieldMetadata
-
重载方法,实现 requiredness 转义
- getRequiredness() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getResource(Class<?>, String) - Static method in class net.gdface.utils.ClassResourceUtils
-
Finds a resource with the given name.
- getResourceAsStream(Class<?>, String) - Static method in class net.gdface.utils.ClassResourceUtils
-
Returns an input stream for reading the specified resource.
- getResourceFileList(Class<?>, String) - Static method in class net.gdface.utils.ClassResourceUtils
-
List file names for a resource folder.
- getRuntimeProperty(String) - Static method in class net.gdface.utils.FaceUtilitsX
-
- getServerStackTraceMessage() - Method in exception net.gdface.exception.ServiceRuntime
-
Deprecated.
返回服务器端异常的堆栈信息
- getServerStackTraceMessage() - Method in exception net.gdface.exception.ServiceRuntimeException
-
返回服务器端异常的堆栈信息
- getServiceClass() - Method in class com.facebook.swift.service.ThriftMethodProcessorCustom
-
- getServiceName() - Method in class com.facebook.swift.service.ThriftMethodProcessorCustom
-
- getServicePort() - Method in class net.gdface.cli.ThriftServiceConfig
-
- getServiceStackTraceMessage() - Method in exception net.gdface.thrift.exception.BaseServiceException
-
return stack trace message from service
- getServiceStackTraceMessage() - Method in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
return stack trace message from service
- getServiceStackTraceMessage() - Method in exception net.gdface.thrift.exception.ServiceRuntimeException
-
return stack trace message from service
- getSignature(Member, Class[]) - Static method in class org.apache.bytecode.ClassReader
-
- getStructClass() - Method in class com.facebook.swift.codec.metadata.AbstractThriftMetadataBuilder
-
- getStructClass() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getStructMetadata() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getStructName() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getStructType() - Method in class com.facebook.swift.codec.metadata.ThriftStructMetadata
-
- getStructType() - Method in class net.gdface.thrift.ThriftyStructMetadata
-
- getSuffix() - Method in class net.gdface.image.BaseLazyImage
-
- getTemporaryDir() - Static method in class net.gdface.utils.NativeUtils
-
- getThriftDocumentation(Class<?>) - Static method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
- getThriftDocumentation(Method) - Static method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
- getThriftDocumentation(Field) - Static method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
- getThriftDocumentation(Enum<T>) - Static method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
- getThriftEnumMetadata(Class<?>) - Method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
Gets the ThriftEnumMetadata for the specified enum class.
- getThriftStructMetadata(Type) - Method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
Gets the ThriftStructMetadata for the specified struct class.
- getThriftStructMetadata(Type) - Method in class com.facebook.swift.codec.metadata.ThriftCatalogWithTransformer
-
- getThriftType(Type) - Method in class com.facebook.swift.codec.metadata.ThriftCatalog
-
Gets the ThriftType for the specified Java type.
- getThriftType() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getThriftType() - Method in class com.facebook.swift.codec.metadata.TypeCoercion
-
- getTimeCost(TimeUnit) - Method in class net.gdface.utils.TimeCostProbe
-
- getTimeCostMills() - Method in class net.gdface.utils.TimeCostProbe
-
- getTimerExecutor() - Static method in class net.gdface.utils.DefaultExecutorProvider
-
返回定时任务线程池
- getToThrift() - Method in class com.facebook.swift.codec.metadata.TypeCoercion
-
- getTransformer(Class<L>, Class<R>) - Method in class net.gdface.thrift.TypeTransformer
-
- getTransformer(Class<L>, Class<R>) - Method in class net.gdface.utils.BaseTypeTransformer
-
返回left TO right
指定的转换器,参数不可为null
- getTransformer(Class<L>, Class<R>) - Method in class net.gdface.utils.TypeTransformer
-
Deprecated.
返回left & right
指定的转换器,参数不可为null
- getTransformerChecked(Class<L>, Class<R>) - Method in class net.gdface.utils.BaseTypeTransformer
-
- getTransformerChecked(Class<L>, Class<R>) - Method in class net.gdface.utils.TypeTransformer
-
Deprecated.
- getType() - Method in class com.facebook.swift.codec.metadata.ThriftFieldExtractor
-
- getType() - Method in class com.facebook.swift.codec.metadata.ThriftFieldMetadata
-
- getType() - Method in class com.facebook.swift.codec.metadata.ThriftMethodExtractor
-
- getType() - Method in enum com.facebook.swift.codec.ThriftProtocolType
-
- getType() - Method in exception net.gdface.thrift.exception.client.BaseServiceRuntimeException
-
return exception type
- getType() - Method in exception net.gdface.thrift.exception.ServiceRuntimeException
-
return exception type
- getUncoercedType() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getUpperBounds() - Method in class com.google.inject.internal.MoreTypes.WildcardTypeImpl
-
- getValueType() - Method in class com.facebook.swift.codec.metadata.ThriftType
-
- getWarnings() - Method in class com.facebook.swift.codec.metadata.MetadataErrors
-
- getWidth() - Method in class net.gdface.image.BaseLazyImage
-
- getWidth() - Method in interface net.gdface.image.ImageMatrix
-
- getWorkThreads() - Method in class net.gdface.cli.ThriftServiceConfig
-
- getWriteMethod() - Method in class net.gdface.utils.LenientDecoratorOfDescriptor
-
- globalExecutor - Variable in class net.gdface.utils.DefaultExecutorProvider
-
全局线程池(自动退出封装)
- GNU - Static variable in class net.gdface.utils.Platform
-
- growCanvas(Image, int, int, int, int, int) - Static method in class net.gdface.image.ImageUtil
-
将Image
图像上下左右扩充指定的尺寸
- growCanvas(Image, int, int, int, int) - Static method in class net.gdface.image.ImageUtil
-
- growSquareCanvas(Image) - Static method in class net.gdface.image.ImageUtil
-
将Image
图像(向右下)扩充为正文形(尺寸长宽最大边)