Class EObjectFeatureProperty

    • Constructor Summary

      Constructors 
      Constructor Description
      EObjectFeatureProperty​(org.eclipse.emf.ecore.EStructuralFeature feature, com.fasterxml.jackson.databind.JavaType type, int features)  
    • 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

      • EObjectFeatureProperty

        public EObjectFeatureProperty​(org.eclipse.emf.ecore.EStructuralFeature feature,
                                      com.fasterxml.jackson.databind.JavaType type,
                                      int features)
    • Method Detail

      • 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
      • 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