Toggle navigation
Home
org.jboss.msc.value.Value to java.util.function.Supplier
No. of Instances - 25
No. of Commits - 9
No. of Projects - {'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
this.dispatcher.getValue()
to
dispatcher
target.addService(this.getServiceName(),new SuppliedValueService<>(value)).addDependency(this.cacheBuilder.getServiceName(),Cache.class,this.cache)
to
target.addService(this.getServiceName(),new SuppliedValueService<>(Functions.identity(),value,Consumers.close())).addDependency(this.cacheBuilder.getServiceName(),Cache.class,this.cache)
site.getValue()
to
site.get()
this.dependency.getValue()
to
this.dependency.get()
this.registry.getValue().register(this.serviceName,this)
to
this.registry.get().register(this.serviceName,this)
this.registry.getValue()
to
this.registry.get()
this.dispatcherFactory.getValue().<SingletonContext<T>>createCommandDispatcher(this.serviceName,this)
to
this.dispatcherFactory.get().<SingletonContext<T>>createCommandDispatcher(this.serviceName,this)
this.cacheFactory.getValue().createCache(this,this,this)
to
this.cacheFactory.get().createCache(this,this,this)
Rename Variable
value
to
supplier
getValue
to
getObjectSupplier
Cascading Type Change (Different)
ValueService<>
to
SuppliedValueService<>
ImmediateValue<>
to
SimpleSupplierDependency<>
ImmediateValue<Object>
to
ObjectSupplier
Rename Method invocation
getValue
to
get
getValue
to
get
getValue
to
get
getValue
to
get
getValue
to
get
getValue
to
get