跳过导航链接
A C D G N R S 

A

AnnotationException - net.gdface.annotation中的异常错误
 
AnnotationException() - 异常错误 的构造器net.gdface.annotation.AnnotationException
 
AnnotationException(String) - 异常错误 的构造器net.gdface.annotation.AnnotationException
 
AnnotationException(Throwable) - 异常错误 的构造器net.gdface.annotation.AnnotationException
 
AnnotationException(String, Throwable) - 异常错误 的构造器net.gdface.annotation.AnnotationException
 
AnnotationRuntimeException - net.gdface.annotation中的异常错误
 
AnnotationRuntimeException() - 异常错误 的构造器net.gdface.annotation.AnnotationRuntimeException
 
AnnotationRuntimeException(String) - 异常错误 的构造器net.gdface.annotation.AnnotationRuntimeException
 
AnnotationRuntimeException(Throwable) - 异常错误 的构造器net.gdface.annotation.AnnotationRuntimeException
 
AnnotationRuntimeException(String, Throwable) - 异常错误 的构造器net.gdface.annotation.AnnotationRuntimeException
 

C

CodegenDefaultvalue - net.gdface.annotation中的注释类型
用于定义数据类型字段/服务方法(端口)参数的特性
用于定义字段/参数的默认值
CodegenEnumComment - net.gdface.annotation中的注释类型
Marks the method of a Thrift enum that will return the value of the enum constant in Thrift.
CodegenEnumValue - net.gdface.annotation中的注释类型
Marks the method of a Thrift enum that will return the value of the enum constant in Thrift.
CodegenInvalidValue - net.gdface.annotation中的注释类型
用于定义数据类型字段/服务方法(端口)参数的特性
用于定义字段/参数的无效值
CodegenLength - net.gdface.annotation中的注释类型
用于定义数据类型字段/服务方法(端口)参数的特性
当字段/参数的类型为String、数组、或集合类型时,用于定义要求的元素个数或最大元素个数
CodegenRequired - net.gdface.annotation中的注释类型
用于定义数据类型字段/服务方法(端口)参数的特性
该字段/参数是否为可选的

D

DefaultGenericTypes - net.gdface.annotation中的注释类型
 
DeriveMethod - net.gdface.annotation中的注释类型
衍生方法生成描述

G

Generic - net.gdface.annotation中的注释类型
是否生成泛型接口标志
GenericNameException - net.gdface.annotation中的异常错误
 
GenericNameException() - 异常错误 的构造器net.gdface.annotation.GenericNameException
 
GenericNameException(String) - 异常错误 的构造器net.gdface.annotation.GenericNameException
 
GenericNameException(Throwable) - 异常错误 的构造器net.gdface.annotation.GenericNameException
 
GenericNameException(String, Throwable) - 异常错误 的构造器net.gdface.annotation.GenericNameException
 
GenericParam - net.gdface.annotation中的注释类型
是否生成泛型接口标志
GenericParamException - net.gdface.annotation中的异常错误
 
GenericParamException() - 异常错误 的构造器net.gdface.annotation.GenericParamException
 
GenericParamException(String) - 异常错误 的构造器net.gdface.annotation.GenericParamException
 
GenericParamException(Throwable) - 异常错误 的构造器net.gdface.annotation.GenericParamException
 
GenericParamException(String, Throwable) - 异常错误 的构造器net.gdface.annotation.GenericParamException
 

N

net.gdface.annotation - 程序包 net.gdface.annotation
 

R

Remote - net.gdface.annotation中的注释类型
远程实现方法

S

Service - net.gdface.annotation中的注释类型
服务定义
Service.bridgeType(),Service.targetType(),Service.genericTypes()用来定义成多态端口的方式
例如:Service.portPrefix()为"db_",Service.bridgeType()定义为String,Service.targetType()定义为byte[], Service.genericTypes()定义为{"URL","Base64"}
那么对于一个方法public int addImage(byte[] img)生成的的服务端口为:
public int db_addImage(byte[] img)
public int db_addImageByURL(String img)
public int db_addImageByBase64(String img)
ServicePort - net.gdface.annotation中的注释类型
服务端口(方法)定义
A C D G N R S 
跳过导航链接

Copyright © 2022. All Rights Reserved.