Uses of Class
org.eclipse.emfcloud.jackson.module.EMFModule
-
-
Uses of EMFModule in org.eclipse.emfcloud.jackson.databind.deser
Constructors in org.eclipse.emfcloud.jackson.databind.deser with parameters of type EMFModule Constructor Description EMFDeserializers(EMFModule module) -
Uses of EMFModule in org.eclipse.emfcloud.jackson.databind.property
Methods in org.eclipse.emfcloud.jackson.databind.property with parameters of type EMFModule Modifier and Type Method Description static EObjectPropertyMap.BuilderEObjectPropertyMap.Builder. from(EMFModule module, int features) -
Uses of EMFModule in org.eclipse.emfcloud.jackson.databind.ser
Constructors in org.eclipse.emfcloud.jackson.databind.ser with parameters of type EMFModule Constructor Description EMFSerializers(EMFModule module) -
Uses of EMFModule in org.eclipse.emfcloud.jackson.module
Methods in org.eclipse.emfcloud.jackson.module that return EMFModule Modifier and Type Method Description EMFModuleEMFModule. configure(EMFModule.Feature feature, boolean state)Configures the module with one of possible Feature.
-