Class EObjectOperationProperty

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected EObjectOperationProperty​(String fieldName, org.eclipse.emf.ecore.EOperation operation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject deserialize​(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      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)  
      void serialize​(org.eclipse.emf.ecore.EObject bean, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider)  
    • Constructor Detail

      • EObjectOperationProperty

        protected EObjectOperationProperty​(String fieldName,
                                           org.eclipse.emf.ecore.EOperation operation)
    • 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