|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.serialization.ClassData
public final class ClassData
Constructor Summary | |
---|---|
ClassData(NameResolver nameResolver,
ProtoBuf.Class classProto)
|
Method Summary | |
---|---|
ProtoBuf.Class |
getClassProto()
|
NameResolver |
getNameResolver()
|
static ClassData |
read(byte[] bytes,
com.google.protobuf.ExtensionRegistryLite registry)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassData(@NotNull NameResolver nameResolver, @NotNull ProtoBuf.Class classProto)
Method Detail |
---|
@NotNull public static ClassData read(@NotNull byte[] bytes, @NotNull com.google.protobuf.ExtensionRegistryLite registry)
@NotNull public NameResolver getNameResolver()
@NotNull public ProtoBuf.Class getClassProto()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |