public class ObfuscatorSupportBeanFactoryPostProcessor extends Object implements BeanFactoryPostProcessor
BeanFactoryPostProcessor that adds support for autowiring Obfuscator instances.
If an instance of this class is activated, it will allow instances of Obfuscator to be autowired.
The type of Obfuscator is determined as follows:
Obfuscator field, constructor argument or method argument is annotated with an Obfuscator annotation like
ObfuscateAll, ObfuscateFixedLength or ObfuscateUsing, the autowired Obfuscator will match the annotation.Obfuscator is available, that will be autowired.Obfuscator will be autowired. This will be the result of calling
Obfuscator.fixedLength(3).| Constructor and Description |
|---|
ObfuscatorSupportBeanFactoryPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) |
public ObfuscatorSupportBeanFactoryPostProcessor()
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException
postProcessBeanFactory in interface BeanFactoryPostProcessorBeansExceptionCopyright © 2020–2023. All rights reserved.