Annotation CordaSerializationTransformRename

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Target(value = TYPE)@Retention(value = RUNTIME)@Repeatable(value = CordaSerializationTransformRenames.class) 
    public @interface CordaSerializationTransformRename
    
                        

    This annotation is used to mark a class as having had a property element. It is used by the AMQP deserializer to allow instances with different versions of the class on their Class Path to successfully deserialize the object. NOTE: Renaming of the class itself isn't done with this annotation or, at present, supported by Corda.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String to() to
      abstract String from() from
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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