Uses of Interface
org.eclipse.emfcloud.jackson.handlers.URIHandler
-
-
Uses of URIHandler in org.eclipse.emfcloud.jackson.annotations
Methods in org.eclipse.emfcloud.jackson.annotations that return URIHandler Modifier and Type Method Description URIHandlerEcoreReferenceInfo. getHandler()Constructors in org.eclipse.emfcloud.jackson.annotations with parameters of type URIHandler Constructor Description EcoreReferenceInfo(String property, URIHandler handler)EcoreReferenceInfo(URIHandler handler) -
Uses of URIHandler in org.eclipse.emfcloud.jackson.databind
Methods in org.eclipse.emfcloud.jackson.databind with parameters of type URIHandler Modifier and Type Method Description static voidEMFContext. resolve(com.fasterxml.jackson.databind.DeserializationContext ctxt, URIHandler handler) -
Uses of URIHandler in org.eclipse.emfcloud.jackson.databind.deser
Methods in org.eclipse.emfcloud.jackson.databind.deser with parameters of type URIHandler Modifier and Type Method Description voidReferenceEntries. resolve(com.fasterxml.jackson.databind.DatabindContext context, URIHandler handler)Resolves all reference entries that have been collected during deserialization.voidReferenceEntry.Base. resolve(com.fasterxml.jackson.databind.DatabindContext context, URIHandler handler)voidReferenceEntry. resolve(com.fasterxml.jackson.databind.DatabindContext context, URIHandler handler)Constructors in org.eclipse.emfcloud.jackson.databind.deser with parameters of type URIHandler Constructor Description ResourceDeserializer(URIHandler uriHandler) -
Uses of URIHandler in org.eclipse.emfcloud.jackson.handlers
Classes in org.eclipse.emfcloud.jackson.handlers that implement URIHandler Modifier and Type Class Description classAbsoluteCrossBundleAwareA URI handler that will avoid creating relative references between different platform:/resource/project-name or platform/plugin/bundle-name, i.e., it will produce relative references only within projects or bundles and will use absolute URIs for references outside of that project or bundle.classBaseURIHandlerThis is the basic implementation of theURIHandlerinterface.classIdentityURIHandlerURIHandler that does not modify uris during resolve and deresolve operations.classPlatformSchemeAwareA URI handler that will avoid creating relative references between platform:/resource and platform:/plugin. -
Uses of URIHandler in org.eclipse.emfcloud.jackson.module
Methods in org.eclipse.emfcloud.jackson.module that return URIHandler Modifier and Type Method Description URIHandlerEMFModule. getUriHandler()Returns the URIHandler that will be used to de/resolve URIs during de/serialization.Methods in org.eclipse.emfcloud.jackson.module with parameters of type URIHandler Modifier and Type Method Description voidEMFModule. setUriHandler(URIHandler handler)Tells the module which URIHandler to use to de/resolve URIs during de/serialization.
-