Class YAMLOpFieldInfo

    • Method Detail

      • opType

        public Type opType()
      • implementationName

        public String implementationName()
      • id

        public String id()
        For a Class, we define the implementation as the concatenation of:
        1. The fully qualified name of the class
        2. The version of the class containing the field, with a preceding @

        For example, for a field class com.example.foo.Bar, you might have

        com.example.foo.Bar@1.0.0