public class AutobuildObjectProvider extends Object implements ObjectProvider
Autobuild
annotation and, if so
invokes ObjectLocator.autobuild(Class)
on it.Constructor and Description |
---|
AutobuildObjectProvider() |
Modifier and Type | Method and Description |
---|---|
<T> T |
provide(Class<T> objectType,
AnnotationProvider annotationProvider,
ObjectLocator locator)
Provides an object based on an expression.
|
public AutobuildObjectProvider()
public <T> T provide(Class<T> objectType, AnnotationProvider annotationProvider, ObjectLocator locator)
ObjectProvider
provide
in interface ObjectProvider
objectType
- the expected object typeannotationProvider
- provides access to annotations (typically, the field or parameter to which an
injection-related annotation is attached); annotations on the field or parameter may
also be used when resolving the desired objectlocator
- locator for the context in which the provider is being used${project.version} - Copyright © 2003-2015 The Apache Software Foundation.