Interface SupplierThreadLocal<T>

All Superinterfaces:
Supplier<T>
All Known Implementing Classes:
SupplierThreadLocalTypeImpl.SupplierThreadLocalImpl

public interface SupplierThreadLocal<T> extends Supplier<T>
Provides ThreadLocal access to the ManagedObject object instances for the SuppliedManagedObjectSource.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Obtains the object for the respective ManagedObject this represents.