public class JsonConfigProcessor extends Object
| Constructor and Description |
|---|
JsonConfigProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process() |
static void |
processBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
String beanName,
Map<String,Object> map)
Resolves the value of a given attribute
Can be:
- Primitive value, such as: "a string", 10 (integer)
- Lazy Reference: An object with only attribute {ref: "ref target"}.
|
static void |
processConstructorArgumentValues() |
static void |
processContext(Map<String,Object> context) |
static void |
processJob() |
static void |
processStep() |
public void process()
public static void processJob()
public static void processStep()
public static void processConstructorArgumentValues()
public static void processBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
String beanName,
Map<String,Object> map)
map - Copyright © 2015. All rights reserved.