Class EObjectIdentityProperty

    • Constructor Detail

      • EObjectIdentityProperty

        public EObjectIdentityProperty​(EcoreIdentityInfo info)
    • Method Detail

      • serialize

        public void serialize​(org.eclipse.emf.ecore.EObject bean,
                              com.fasterxml.jackson.core.JsonGenerator jg,
                              com.fasterxml.jackson.databind.SerializerProvider provider)
                       throws IOException
        Specified by:
        serialize in class EObjectProperty
        Throws:
        IOException
      • deserialize

        public org.eclipse.emf.ecore.EObject deserialize​(com.fasterxml.jackson.core.JsonParser jp,
                                                         com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                                  throws IOException
        Specified by:
        deserialize in class EObjectProperty
        Throws:
        IOException
      • deserializeAndSet

        public void deserializeAndSet​(com.fasterxml.jackson.core.JsonParser jp,
                                      org.eclipse.emf.ecore.EObject current,
                                      com.fasterxml.jackson.databind.DeserializationContext ctxt,
                                      org.eclipse.emf.ecore.resource.Resource resource)
                               throws IOException
        Specified by:
        deserializeAndSet in class EObjectProperty
        Throws:
        IOException