Package org.eclipse.emfcloud.jackson.handlers
-
Interface Summary Interface Description URIHandler URIHandler is used during serialization/deserialization of external references. -
Class Summary Class Description AbsoluteCrossBundleAware A 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.BaseURIHandler This is the basic implementation of theURIHandlerinterface.IdentityURIHandler URIHandler that does not modify uris during resolve and deresolve operations.PlatformSchemeAware A URI handler that will avoid creating relative references between platform:/resource and platform:/plugin.