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

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

Introduction

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

The text is from its open source code.

Method

TgetIfAvailable()
Return an instance (possibly shared or independent) of the object managed by this factory.
TgetIfAvailable(Supplier defaultSupplier)
Return an instance (possibly shared or independent) of the object managed by this factory.
TgetObject()
Return an instance (possibly shared or independent) of the object managed by this factory.
StreamorderedStream()
Return a sequential Stream over all matching object instances, pre-ordered according to the factory's common order comparator.
Streamstream()
Return a sequential Stream over all matching object instances, without specific ordering guarantees (but typically in registration order).