Interface SupplierThreadLocalType

All Superinterfaces:
OptionalThreadLocalReceiver
All Known Implementing Classes:
SupplierThreadLocalTypeImpl

public interface SupplierThreadLocalType extends OptionalThreadLocalReceiver
Type definition of a SupplierThreadLocal.
Author:
Daniel Sagenschneider
  • Method Details

    • getObjectType

      Class<?> getObjectType()
      Obtains the type of Object required.
      Returns:
      Type of Object required.
    • getQualifier

      String getQualifier()
      Obtains the possible qualifier for the required ManagedObject.
      Returns:
      Qualifier for the required ManagedObject. May be null.