Class StoreJSONSerializer.VersionSerializerMixin

  • Enclosing class:
    StoreJSONSerializer

    public static class StoreJSONSerializer.VersionSerializerMixin
    extends java.lang.Object
    Mixin used to add the annotation to figure out the constructor used by Jackson lib when deserialize the version
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionSerializerMixin​(java.lang.String storeName, int number, long createdTime)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VersionSerializerMixin

        public VersionSerializerMixin​(java.lang.String storeName,
                                      int number,
                                      long createdTime)