public interface ResourceHrefResolver
Resource class and data. This class allows for a plugable way to resolve a
Resource's HREF. Okta uses HAL style links, but other implementations could be used to resolve or augment the HREF.| Modifier and Type | Method and Description |
|---|---|
<R extends Resource> |
resolveHref(java.util.Map<java.lang.String,?> properties,
java.lang.Class<R> clazz) |
<R extends Resource> java.lang.String resolveHref(java.util.Map<java.lang.String,?> properties, java.lang.Class<R> clazz)
Copyright © 2017-2021 Okta. All Rights Reserved.