Java org.springframework.context.annotation ConfigurationClassUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.context.annotation ConfigurationClassUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.context.annotation ConfigurationClassUtils.

The text is from its open source code.

Method

booleancheckConfigurationClassCandidate(BeanDefinition beanDef, MetadataReaderFactory metadataReaderFactory)
Check whether the given bean definition is a candidate for a configuration class (or a nested component class declared within a configuration/component class, to be auto-registered as well), and mark it accordingly.
IntegergetOrder(AnnotationMetadata metadata)
Determine the order for the given configuration class metadata.
intgetOrder(BeanDefinition beanDef)
Determine the order for the given configuration class bean definition, as set by #checkConfigurationClassCandidate .
booleanisConfigurationCandidate(AnnotationMetadata metadata)
Check the given metadata for a configuration class candidate (or nested component class declared within a configuration/component class).