Toggle navigation
Home
io.atomix.resource.ResourceType to java.lang.Class
No. of Instances - 14
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
a.get(key,(ResourceType<T>)type).get()
to
a.get(key,type).get()
a.create(key,(ResourceType<T>)type).get()
to
a.create(key,type).get()