Uses of Class
org.restlet.ext.emf.EmfRepresentation
-
Packages that use EmfRepresentation Package Description org.restlet.ext.emf Integration with EMF @minor-version@. -
-
Uses of EmfRepresentation in org.restlet.ext.emf
Methods in org.restlet.ext.emf that return EmfRepresentation Modifier and Type Method Description protected <T extends org.eclipse.emf.ecore.EObject>
EmfRepresentation<T>EmfConverter. create(MediaType mediaType, T source)Deprecated.Creates the marshalingEmfRepresentation.protected <T extends org.eclipse.emf.ecore.EObject>
EmfRepresentation<T>EmfConverter. create(Representation source)Deprecated.Creates the unmarshalingEmfRepresentation.
-