Toggle navigation
Home
org.jboss.msc.value.InjectedValue to java.util.function.Supplier
No. of Instances - 6
No. of Commits - 5
No. of Projects - {'infinispan', 'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
deployedCacheStoreFactory.getValue()
to
deployedCacheStoreFactory.get()
this.tsr.getValue()
to
this.tsr.get()
pathConfig.resolveBindingsPath(pathManager)
to
pathConfig.resolveBindingsPath(pathManager.get())
pathConfig.resolveLargeMessagePath(pathManager)
to
pathConfig.resolveLargeMessagePath(pathManager.get())
pathConfig.resolveJournalPath(pathManager)
to
pathConfig.resolveJournalPath(pathManager.get())
pathConfig.resolvePagingPath(pathManager)
to
pathConfig.resolvePagingPath(pathManager.get())
pathManager
to
pathManager.get()
pathManager.getValue()
to
pathManager.get()
serverConfig.getValue()
to
serverConfig.get()
serverConfig.getValue()
to
serverConfig.get()
this.elytronSecurityDomain.getValue()
to
this.elytronSecurityDomain.get()