Class ConfigurationPropertiesBeanInfo
java.lang.Object
io.microsphere.spring.boot.context.properties.ConfigurationPropertiesBeanInfo
The information class for introspecting the bean annotated
@ConfigurationProperties
- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
-
ConfigurationProperties
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationPropertiesBeanInfo
(Class<?> beanClass) ConfigurationPropertiesBeanInfo
(Class<?> beanClass, org.springframework.boot.context.properties.ConfigurationProperties annotation) ConfigurationPropertiesBeanInfo
(Class<?> beanClass, org.springframework.boot.context.properties.ConfigurationProperties annotation, String prefix) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.springframework.boot.context.properties.ConfigurationProperties
Class<?>
getPropertyDescriptor
(String name) int
hashCode()
toString()
-
Constructor Details
-
ConfigurationPropertiesBeanInfo
-
ConfigurationPropertiesBeanInfo
public ConfigurationPropertiesBeanInfo(Class<?> beanClass, org.springframework.boot.context.properties.ConfigurationProperties annotation) -
ConfigurationPropertiesBeanInfo
-
-
Method Details
-
getBeanClass
-
getAnnotation
public org.springframework.boot.context.properties.ConfigurationProperties getAnnotation() -
getPrefix
-
getPropertyDescriptors
-
getPropertyDescriptor
-
equals
-
hashCode
public int hashCode() -
toString
-