public class SpringBeansResolverFactory extends Object implements ResolverFactory, Resolver
ResolverFactory and Resolver classes to make the beans
managed by the Spring container available in scripting
| Constructor and Description |
|---|
SpringBeansResolverFactory(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
Resolver |
createResolver(VariableScope variableScope) |
Object |
get(Object key) |
Set<String> |
keySet() |
public SpringBeansResolverFactory(org.springframework.context.ApplicationContext applicationContext)
public Resolver createResolver(VariableScope variableScope)
createResolver in interface ResolverFactorypublic boolean containsKey(Object key)
containsKey in interface ResolverCopyright © 2013–2021 camunda services GmbH. All rights reserved.