public class ObjectToURI extends Object
This class encapsulates how an object can be converted to a URI string. There are three basic ways to perform the transformation:
Constructor and Description |
---|
ObjectToURI() |
Modifier and Type | Method and Description |
---|---|
static ObjectToURI |
getInstance() |
void |
registerURIResolver(URIResolver uriResolver) |
String |
resolveURI(Object object) |
public static ObjectToURI getInstance()
public void registerURIResolver(URIResolver uriResolver)
Copyright © 2016 JBoss by Red Hat. All rights reserved.