序列化表格
-
程序包 com.ss.android.ugc.bytex.common.exception
-
类com.ss.android.ugc.bytex.common.exception.ByteXException扩展java.lang.RuntimeException实现可序列化
-
类com.ss.android.ugc.bytex.common.exception.DuplicateClassException扩展ByteXException实现可序列化
-
-
程序包 com.ss.android.ugc.bytex.common.graph
-
类com.ss.android.ugc.bytex.common.graph.ClassEntity扩展java.lang.Object实现可序列化
-
序列化字段
-
access
int access
-
fields
java.util.List<FieldEntity> fields
-
fromAndroid
boolean fromAndroid
-
interfaces
java.util.List<java.lang.String> interfaces
-
methods
java.util.List<MethodEntity> methods
-
name
java.lang.String name
-
superName
java.lang.String superName
-
-
-
类com.ss.android.ugc.bytex.common.graph.ClassNode扩展Node实现可序列化
-
序列化字段
-
children
java.util.List<ClassNode> children
-
-
-
类com.ss.android.ugc.bytex.common.graph.FieldEntity扩展MemberEntity实现可序列化
-
类com.ss.android.ugc.bytex.common.graph.InterfaceNode扩展Node实现可序列化
-
序列化字段
-
children
java.util.List<InterfaceNode> children
-
implementedClasses
java.util.List<ClassNode> implementedClasses
-
-
-
类com.ss.android.ugc.bytex.common.graph.MemberEntity扩展java.lang.Object实现可序列化
-
序列化字段
-
access
int access
-
className
java.lang.String className
-
desc
java.lang.String desc
-
name
java.lang.String name
-
signature
java.lang.String signature
-
-
-
类com.ss.android.ugc.bytex.common.graph.MethodEntity扩展MemberEntity实现可序列化
-
序列化字段
-
exceptions
java.util.List<java.lang.String> exceptions
sometime exceptions will be empty even it contains exceptions
-
-
-
类com.ss.android.ugc.bytex.common.graph.Node扩展java.lang.Object实现可序列化
-
序列化字段
-
entity
ClassEntity entity
-
interfaces
java.util.List<InterfaceNode> interfaces
-
parent
ClassNode parent
parent class node of this class node
it could be null when it doesn't exists actually, it's a virtual class node
-
-
-
类com.ss.android.ugc.bytex.common.graph.RefMemberEntity扩展MemberEntity实现可序列化
-
序列化字段
-
origin
T extends MemberEntity origin
-
referenceCount
java.util.concurrent.atomic.AtomicInteger referenceCount
-
-
-
-
程序包 com.ss.android.ugc.bytex.common.graph.cache
-
程序包 com.ss.android.ugc.bytex.common.hook
-
类com.ss.android.ugc.bytex.common.hook.DirectoryInputImpl扩展com.ss.android.ugc.bytex.common.hook.QualifiedContentImpl实现可序列化
-
序列化字段
-
changedFiles
java.util.Map<java.io.File,com.android.build.api.transform.Status> changedFiles
-
-
-
类com.ss.android.ugc.bytex.common.hook.JarInputImpl扩展com.ss.android.ugc.bytex.common.hook.QualifiedContentImpl实现可序列化
-
序列化字段
-
status
com.android.build.api.transform.Status status
-
-
-
类com.ss.android.ugc.bytex.common.hook.QualifiedContentImpl扩展java.lang.Object实现可序列化
-
序列化字段
-
contentTypes
java.util.Set<com.android.build.api.transform.QualifiedContent.ContentType> contentTypes
-
file
java.io.File file
-
name
java.lang.String name
-
scopes
java.util.Set<? super com.android.build.api.transform.QualifiedContent.Scope> scopes
-
-
-
-
程序包 com.ss.android.ugc.bytex.common.verify
-
类com.ss.android.ugc.bytex.common.verify.AsmVerifyException扩展java.lang.RuntimeException实现可序列化
-
-
程序包 com.ss.android.ugc.bytex.transformer.cache
-
类com.ss.android.ugc.bytex.transformer.cache.DirCache扩展FileCache实现可序列化
-
序列化字段
-
dir
java.io.File dir
-
outputFile
java.io.File outputFile
-
-
-
类com.ss.android.ugc.bytex.transformer.cache.FileCache扩展java.lang.Object实现可序列化
-
序列化字段
-
content
com.android.build.api.transform.QualifiedContent content
-
context
TransformContext context
-
files
java.util.List<FileData> files
-
hasRead
boolean hasRead
-
hasWritten
boolean hasWritten
-
-
-
类com.ss.android.ugc.bytex.transformer.cache.FileData扩展java.lang.Object实现可序列化
-
序列化字段
-
attachment
java.util.List<FileData> attachment
-
bytes
byte[] bytes
-
bytesCallable
FileData.LoadFunction bytesCallable
-
relativePath
java.lang.String relativePath
-
status
com.android.build.api.transform.Status status
-
-
-
类com.ss.android.ugc.bytex.transformer.cache.JarCache扩展FileCache实现可序列化
-
序列化字段
-
jar
java.io.File jar
-
outputFile
java.io.File outputFile
-
status
com.android.build.api.transform.Status status
-
useFixedTimestamp
boolean useFixedTimestamp
-
-
-
类com.ss.android.ugc.bytex.transformer.cache.NewFileCache扩展DirCache实现可序列化
-
序列化字段
-
affinity
java.lang.String affinity
-
-
-
-
程序包 com.ss.android.ugc.bytex.transformer.processor.task
-
类com.ss.android.ugc.bytex.transformer.processor.task.FileTransformTask扩展java.util.concurrent.RecursiveAction实现可序列化
-
序列化字段
-
context
TransformContext context
-
fileCache
FileCache fileCache
-
processors
java.util.List<FileProcessor> processors
-
-
-
类com.ss.android.ugc.bytex.transformer.processor.task.FileTraverseTask扩展java.util.concurrent.RecursiveAction实现可序列化
-
序列化字段
-
fileCache
FileCache fileCache
-
processors
java.util.List<FileProcessor> processors
-
-
-
类com.ss.android.ugc.bytex.transformer.processor.task.PerformTransformTask扩展java.util.concurrent.RecursiveAction实现可序列化
-
序列化字段
-
context
TransformContext context
-
outputFile
boolean outputFile
-
processors
java.util.List<FileProcessor> processors
-
source
java.util.stream.Stream<FileCache> source
-
-
-
类com.ss.android.ugc.bytex.transformer.processor.task.PerformTraverseTask扩展java.util.concurrent.RecursiveAction实现可序列化
-
序列化字段
-
processors
java.util.List<FileProcessor> processors
-
source
java.util.stream.Stream<FileCache> source
-
-
-
类com.ss.android.ugc.bytex.transformer.processor.task.TraverseTask扩展java.util.concurrent.RecursiveAction实现可序列化
-
序列化字段
-
file
FileData file
-
fileCache
FileCache fileCache
-
processors
java.util.List<FileProcessor> processors
-
-
-