Toggle navigation
Home
com.google.common.cache.LoadingCache to java.util.Map
No. of Instances - 4
No. of Commits - 3
No. of Projects - {'feign', 'pippo', 'error-prone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Rename Method invocation
getUnchecked
to
get
Add or Remove Method invocation
typeCache.get(typeStr)
to
typeCache.computeIfAbsent(typeStr,key -> Optional.fromNullable(getTypeFromStringInternal(key)))