Java org.springframework.beans.factory.xml DocumentDefaultsDefinition fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringgetAutowire()
Return the default autowire setting for the document that's currently parsed.
StringgetAutowireCandidates()
Return the default autowire-candidate pattern for the document that's currently parsed.
StringgetDestroyMethod()
Return the default destroy-method setting for the document that's currently parsed.
StringgetInitMethod()
Return the default init-method setting for the document that's currently parsed.
StringgetLazyInit()
Return the default lazy-init flag for the document that's currently parsed.
StringgetMerge()
Return the default merge setting for the document that's currently parsed.
voidsetAutowire(@Nullable String autowire)
Set the default autowire setting for the document that's currently parsed.
voidsetAutowireCandidates(@Nullable String autowireCandidates)
Set the default autowire-candidate pattern for the document that's currently parsed.
voidsetDestroyMethod(@Nullable String destroyMethod)
Set the default destroy-method setting for the document that's currently parsed.
voidsetInitMethod(@Nullable String initMethod)
Set the default init-method setting for the document that's currently parsed.
voidsetLazyInit(@Nullable String lazyInit)
Set the default lazy-init flag for the document that's currently parsed.
voidsetMerge(@Nullable String merge)
Set the default merge setting for the document that's currently parsed.
voidsetSource(@Nullable Object source)
Set the configuration source Object for this metadata element.