Class EObjectTypeProperty

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EObject create​(String value, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      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

      • EObjectTypeProperty

        public EObjectTypeProperty​(EcoreTypeInfo info,
                                   int features)
    • 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
      • create

        public org.eclipse.emf.ecore.EObject create​(String value,
                                                    com.fasterxml.jackson.databind.DeserializationContext ctxt)
      • 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