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(Class<? extends Resource> clazz,
Map<String,?> data,
com.okta.commons.http.QueryString queryString)
Creates a
CacheMapCreator based on the provided arguments. |
CacheMapCreator create(Class<? extends Resource> clazz, Map<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–2023 Okta. All rights reserved.