Java org.springframework.beans.factory.support BeanDefinitionDefaults fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory.support BeanDefinitionDefaults fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory.support BeanDefinitionDefaults.

The text is from its open source code.

Constructor

Method

StringgetDestroyMethodName()
Return the name of the default destroy method.
StringgetInitMethodName()
Return the name of the default initializer method.
voidsetAutowireMode(int autowireMode)
Set the autowire mode.
voidsetDestroyMethodName(@Nullable String destroyMethodName)
Set the name of the default destroy method.
voidsetInitMethodName(@Nullable String initMethodName)
Set the name of the default initializer method.
voidsetLazyInit(boolean lazyInit)
Set whether beans should be lazily initialized by default.