public class DefaultCacheMapCreatorFactory extends Object implements CacheMapCreatorFactory
CacheMapCreator| Constructor and Description |
|---|
DefaultCacheMapCreatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
CacheMapCreator |
create(Class<? extends Resource> clazz,
Map<String,?> data,
QueryString queryString)
Creates a
CacheMapCreator based on the provided arguments. |
public CacheMapCreator create(Class<? extends Resource> clazz, Map<String,?> data, QueryString queryString)
Creates a CacheMapCreator based on the provided arguments.
create in interface CacheMapCreatorFactoryclazz - 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 Okta. All rights reserved.