java.lang.Object | |
↳ | org.springframework.beans.factory.annotation.InjectionMetadata.InjectedElement |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
isField | |||||||||||
member | |||||||||||
pd | |||||||||||
skip |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Checks whether this injector's property needs to be skipped due to
an explicit property value having been specified.
| |||||||||||
Either this or
inject(Object, String, PropertyValues) needs to be overridden. | |||||||||||
Either this or
getResourceToInject(Object, String) needs to be overridden. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Checks whether this injector's property needs to be skipped due to an explicit property value having been specified. Also marks the affected property as processed for other processors to ignore it.
Either this or inject(Object, String, PropertyValues)
needs to be overridden.
Either this or getResourceToInject(Object, String)
needs to be overridden.
Throwable |
---|