| Constructor and Description |
|---|
CacheBuilderSpecConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.CacheBuilderSpec |
convertFrom(String value)
Returns a
CacheBuilderSpec instance representing the specified String value. |
String |
convertTo(com.google.common.cache.CacheBuilderSpec value)
Returns a
String instance representing the configuration parameter's value. |
public com.google.common.cache.CacheBuilderSpec convertFrom(String value)
CacheBuilderSpec instance representing the specified String value.convertFrom in interface Converter<com.google.common.cache.CacheBuilderSpec>value - The configuration parameter's String valueCacheBuilderSpec instance representing the configuration parameter's valueCopyright © 2022. All rights reserved.