Summer.Batch.Core.Unity.Injection Namespace Reference

Classes

class  ConcatenationNode
 A node representing the concatenation of different strings. More...
 
class  ExpressionNode
 Abstract class for nodes representing a late binding expression. More...
 
class  IdentifierNode
 A node representing an identifier. More...
 
class  IndexAccessorNode
 A node representing an index access. More...
 
class  JobContextDependencyResolverPolicy
 Dependency resolver that reads a property from the job context. More...
 
class  JobContextValue
 Implementation of InjectionParameterValue that reads a property from the job context. More...
 
class  LateBindingConfigurationParser
 Parser for late binding expressions. More...
 
class  LateBindingInjectionValue
 Implementation of InjectionParameterValue for late binding expressions. More...
 
class  LateBindingNode
 Base class for all the nodes of an AST representing a late binding configuration. More...
 
class  LiteralValueDependencyResolverPolicy
 Implementation of IDependencyResolverPolicy that converts a string to the specified type using StringConverter. More...
 
struct  Position
 Represents the position of a node in the configuration. More...
 
class  ResourceDependencyResolverPolicy
 Implementation of IDependencyResolverPolicy that resolves a URI to an IResource. More...
 
class  ResourceInjectionValue
 Implementation of TypedInjectionValue that resolves a URI to an IResource. More...
 
class  SettingsDependencyResolverPolicy
 Dependency resolver that reads a property from the settings. More...
 
class  StepContextDependencyResolverPolicy
 Dependency resolver that reads a property from the step context. More...
 
class  StepContextValue
 Implementation of InjectionParameterValue that reads a property from the step context. More...
 
class  StringConcatenationResolverPolicy
 Implementation of IDependencyResolverPolicy that concats strings that are evaluated at runtime. Values can be of type IDependencyResolverPolicy, Lazy<T>, or Func<T>. Values of other type are converted to string. More...
 
class  StringNode
 A node representing a string literal. More...