Object BinaryClassInfoCache

  • All Implemented Interfaces:

    
    public class BinaryClassInfoCache
    extends KSObjectCache<ClassId, BinaryClassInfo>
                        

    Lookup cache for field names names for deserialized classes. To check if a field has backing field, we need to look for binary field names, hence they are cached here.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final BinaryClassInfo getCached(KotlinJvmBinaryClass kotlinJvmBinaryClass)
      final BinaryClassInfo getCached(ClassId classId, ByteArray virtualFileContent)
      • Methods inherited from class com.google.devtools.ksp.processing.impl.KSObjectCache

        clear, getCache
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait