public interface CacheMapCreatorFactory
This interface defines the method to create a CacheMapCreator based on the provided arguments.
| Modifier and Type | Method and Description |
|---|---|
CacheMapCreator |
create(java.lang.Class<? extends Resource> clazz,
java.util.Map<java.lang.String,?> data,
com.okta.commons.http.QueryString queryString)
Creates a
CacheMapCreator based on the provided arguments. |
CacheMapCreator create(java.lang.Class<? extends Resource> clazz, java.util.Map<java.lang.String,?> data, com.okta.commons.http.QueryString queryString)
Creates a CacheMapCreator based on the provided arguments.
clazz - the class used to determined the type of CacheMapCreator to create.data - the data map used to create the CacheMapCreator.queryString - the query string used to create the CacheMapCreator.CacheMapCreator instance.Copyright © 2017-2021 Okta. All Rights Reserved.