Class MutableClassToInstanceMap.SerializedForm<B>

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    MutableClassToInstanceMap<B>

    private static final class MutableClassToInstanceMap.SerializedForm<B>
    extends java.lang.Object
    implements java.io.Serializable
    Serialized form of the map, to avoid serializing the constraint.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<java.lang.Class<? extends B>,​B> backingMap  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializedForm​(java.util.Map<java.lang.Class<? extends B>,​B> backingMap)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • backingMap

        private final java.util.Map<java.lang.Class<? extends B>,​B> backingMap
    • Constructor Detail

      • SerializedForm

        SerializedForm​(java.util.Map<java.lang.Class<? extends B>,​B> backingMap)
    • Method Detail

      • readResolve

        java.lang.Object readResolve()