Introduced lazy type and some related optimizations.
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ public class TypeDeserializer {
|
||||
return debugName;
|
||||
}
|
||||
|
||||
private class DeserializedType extends AbstractJetType {
|
||||
private class DeserializedType extends AbstractJetType implements LazyType {
|
||||
private final ProtoBuf.Type typeProto;
|
||||
private final NotNullLazyValue<TypeConstructor> constructor;
|
||||
private final List<TypeProjection> arguments;
|
||||
|
||||
Reference in New Issue
Block a user