public interface BeanDefinition
BeanDefinitionBean| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Getter for class name;
|
DesignFactory |
getDesign()
Getter for Design.
|
String |
getDesignFactory()
Getter for design factory.
|
String |
getElement()
Get the element name.
|
ParsingInterceptor |
getInterceptor()
Getter the parsing for interceptor.
|
Collection<AnnotationDefinitionBean> |
toAnnotationDefinitions()
Convert annotations to a collection.
|
Collection<PropertyDefinitionBean> |
toPropertyDefinitions()
Convert the property definitions to a collection.
|
ParsingInterceptor getInterceptor()
String getClassName()
String getDesignFactory()
DesignFactory getDesign()
String getElement()
Collection<PropertyDefinitionBean> toPropertyDefinitions()
Collection<AnnotationDefinitionBean> toAnnotationDefinitions()
Copyright © 2023. All rights reserved.