Uses of Class
org.eclipse.emfcloud.jackson.annotations.EcoreReferenceInfo
-
-
Uses of EcoreReferenceInfo in org.eclipse.emfcloud.jackson.databind.deser
Constructors in org.eclipse.emfcloud.jackson.databind.deser with parameters of type EcoreReferenceInfo Constructor Description EcoreReferenceDeserializer(EcoreReferenceInfo info, EcoreTypeInfo typeInfo) -
Uses of EcoreReferenceInfo in org.eclipse.emfcloud.jackson.databind.property
Constructors in org.eclipse.emfcloud.jackson.databind.property with parameters of type EcoreReferenceInfo Constructor Description Builder(EcoreIdentityInfo identityInfo, EcoreTypeInfo typeInfo, EcoreReferenceInfo referenceInfo, int features)EObjectReferenceProperty(EcoreReferenceInfo referenceInfo) -
Uses of EcoreReferenceInfo in org.eclipse.emfcloud.jackson.databind.ser
Constructors in org.eclipse.emfcloud.jackson.databind.ser with parameters of type EcoreReferenceInfo Constructor Description EcoreReferenceSerializer(EcoreReferenceInfo info, EcoreTypeInfo typeInfo) -
Uses of EcoreReferenceInfo in org.eclipse.emfcloud.jackson.module
Methods in org.eclipse.emfcloud.jackson.module that return EcoreReferenceInfo Modifier and Type Method Description EcoreReferenceInfoEMFModule. getReferenceInfo()Methods in org.eclipse.emfcloud.jackson.module with parameters of type EcoreReferenceInfo Modifier and Type Method Description voidEMFModule. setReferenceInfo(EcoreReferenceInfo referenceInfo)
-