class Profile
Describes how to map .proto to .java. A single repository of .proto files
may have multiple profiles; for example a project may target both Android and Java.
Profile(profileFiles: List<ProfileFileElement> = emptyList())
Describes how to map |
fun getAdapter(type: ProtoType): AdapterConstant? |
|
fun javaTarget(type: ProtoType): TypeName? |
|
fun kotlinTarget(type: ProtoType): TypeName? |