Uses of Class
org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo
-
-
Uses of EcoreTypeInfo in org.eclipse.emfcloud.jackson.annotations
Methods in org.eclipse.emfcloud.jackson.annotations that return EcoreTypeInfo Modifier and Type Method Description static EcoreTypeInfoEcoreTypeInfo. create(String property, EcoreTypeInfo.USE use)static EcoreTypeInfoJsonAnnotations. getTypeProperty(org.eclipse.emf.ecore.EClassifier classifier)Returns the property that should be use to store the type information of the classifier.static EcoreTypeInfoJsonAnnotations. getTypeProperty(org.eclipse.emf.ecore.EClassifier classifier, ValueReader<String,org.eclipse.emf.ecore.EClass> valueReader, ValueWriter<org.eclipse.emf.ecore.EClass,String> valueWriter)Returns the property that should be use to store the type information of the classifier. -
Uses of EcoreTypeInfo in org.eclipse.emfcloud.jackson.databind.deser
Constructors in org.eclipse.emfcloud.jackson.databind.deser with parameters of type EcoreTypeInfo Constructor Description EcoreReferenceDeserializer(EcoreReferenceInfo info, EcoreTypeInfo typeInfo) -
Uses of EcoreTypeInfo in org.eclipse.emfcloud.jackson.databind.property
Constructors in org.eclipse.emfcloud.jackson.databind.property with parameters of type EcoreTypeInfo Constructor Description Builder(EcoreIdentityInfo identityInfo, EcoreTypeInfo typeInfo, EcoreReferenceInfo referenceInfo, int features)EObjectTypeProperty(EcoreTypeInfo info, int features) -
Uses of EcoreTypeInfo in org.eclipse.emfcloud.jackson.databind.ser
Constructors in org.eclipse.emfcloud.jackson.databind.ser with parameters of type EcoreTypeInfo Constructor Description EcoreReferenceSerializer(EcoreReferenceInfo info, EcoreTypeInfo typeInfo) -
Uses of EcoreTypeInfo in org.eclipse.emfcloud.jackson.module
Methods in org.eclipse.emfcloud.jackson.module that return EcoreTypeInfo Modifier and Type Method Description EcoreTypeInfoEMFModule. getTypeInfo()Methods in org.eclipse.emfcloud.jackson.module with parameters of type EcoreTypeInfo Modifier and Type Method Description voidEMFModule. setTypeInfo(EcoreTypeInfo info)
-