public class DataRuleActionRegisterPostProcesser extends Object implements org.springframework.core.PriorityOrdered, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
| Constructor and Description |
|---|
DataRuleActionRegisterPostProcesser() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
static boolean |
isMap(Type type) |
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory) |
com.xforceplus.ultraman.action.entity.JsonSchema |
toJsonSchema(Type type) |
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry beanDefinitionRegistry)
throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessororg.springframework.beans.BeansExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory configurableListableBeanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionpublic com.xforceplus.ultraman.action.entity.JsonSchema toJsonSchema(Type type)
public static boolean isMap(Type type)
public int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2024. All rights reserved.