索引

A B C D E G H I M N R S T W 
常量字段值|所有程序包|所有类和接口

A

abstractCodecTypeElement - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
afterDecodeMethod - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
anno_CodecLinker - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
anno_CodecLinkerBean - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
anno_CodecLinkerGroup - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
anno_DsonIgnore - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
anno_DsonProperty - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
anno_DsonSerializable - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
AptFieldInfo - cn.wjybxx.dsonapt中的类
 
AptFieldInfo(VariableElement, ExecutableElement, ExecutableElement, TypeName) - 类的构造器 cn.wjybxx.dsonapt.AptFieldInfo
 

B

beforeEncodeMethod - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 

C

canGetDirectly(AptFieldInfo) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
测试是否可以直接读取字段。
canSetDirectly(AptFieldInfo) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
测试是否可以直接写字段。
cn.wjybxx.dsonapt - 程序包 cn.wjybxx.dsonapt
 
CNAME_CODEC - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
CodecProcessor - cn.wjybxx.dsonapt中的类
 
CodecProcessor() - 类的构造器 cn.wjybxx.dsonapt.CodecProcessor
 
containsAfterDecodeMethod(List<? extends Element>) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
是否包含 afterDecode 实例方法
containsBeforeEncodeMethod(List<? extends Element>) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
是否包含 beforeEncode 实例方法
containsNewInstanceMethod(TypeElement) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
是否包含 newInstance(reader) 静态解码方法 -- 只能从当前类型查询
containsReaderConstructor(TypeElement) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
是否包含 T(Reader reader, TypeInfo typeInfo) 构造方法
containsReadObjectMethod(List<? extends Element>) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
是否包含 readerObject(reader) 实例方法
containsWriteObjectMethod(List<? extends Element>) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
是否包含 writeObject(writer) 实例方法

D

doProcess(Set<? extends TypeElement>, RoundEnvironment) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 

E

element - 类中的变量 cn.wjybxx.dsonapt.AptFieldInfo
 
ensureInited() - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
equals(Object) - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
 

G

getEncoderTypeMethod - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
getFieldKey() - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
 
getModifiers() - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
 
getSupportedAnnotationTypes() - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
getterMethod - 类中的变量 cn.wjybxx.dsonapt.AptFieldInfo
 

H

hashCode() - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
 
hasPublicGetter() - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
是否有public的getter
hasPublicSetter() - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
是否有public的setter

I

isByteArray(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isEnumMap(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isEnumSet(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isLocalDateTime(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isObjectLitePtr(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isObjectPtr(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isString(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
isTimestamp(TypeMirror) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 

M

MNAME_AFTER_DECODE - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_BEFORE_ENCODE - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_GET_ENCODER_TYPE - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_NEW_INSTANCE - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_READ_FIELDS - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_READ_OBJECT - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_WRITE_FIELDS - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
MNAME_WRITE_OBJECT - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 

N

name - 类中的变量 cn.wjybxx.dsonapt.AptFieldInfo
 
newAfterDecodeMethodBuilder(DeclaredType) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
newBeforeEncodeMethodBuilder(DeclaredType) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
newGetEncoderTypeMethod(DeclaredType, ClassName) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
newInstanceMethod - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
newNewInstanceMethodBuilder(DeclaredType) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
newReadFieldsMethodBuilder(DeclaredType) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 
newWriteFieldsMethodBuilder(DeclaredType) - 类中的方法 cn.wjybxx.dsonapt.CodecProcessor
 

R

readFieldsMethod - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 

S

setterMethod - 类中的变量 cn.wjybxx.dsonapt.AptFieldInfo
 

T

toString() - 类中的方法 cn.wjybxx.dsonapt.AptFieldInfo
 
type_EnumMap - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_EnumSet - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_LitePtr - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_LocalDateTime - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_Object - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_Ptr - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_String - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
type_Timestamp - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeMirror_DsonReader - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeMirror_dsonWriter - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeMirror_Options - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeName - 类中的变量 cn.wjybxx.dsonapt.AptFieldInfo
 
typeName_NumberStyle - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeName_ObjectStyle - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeName_StringStyle - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeName_TypeInfo - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 
typeName_WireType - 类中的静态变量 cn.wjybxx.dsonapt.CodecProcessor
 

W

wjybxx.dson.apt - 模块 wjybxx.dson.apt
 
writeFieldsMethod - 类中的变量 cn.wjybxx.dsonapt.CodecProcessor
 
A B C D E G H I M N R S T W 
常量字段值|所有程序包|所有类和接口