Package com.imyeyu.inject
Class BeanDefinition
java.lang.Object
com.imyeyu.inject.BeanDefinition
Bean 定义元数据
- Author:
- 夜雨
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BeanDefinition.Builderbuilder()Constructor<?> getName()getScope()Class<?> getType()booleanbooleanisLazy()boolean
-
Method Details
-
getName
-
getType
-
getScope
-
isPrimary
public boolean isPrimary() -
isLazy
public boolean isLazy() -
getConstructor
-
getFactoryMethod
-
getConfigInstance
-
getPostConstructs
-
isFactoryBean
public boolean isFactoryBean() -
builder
-