Package net.officefloor.compile.supplier
Interface SupplierThreadLocalType
- All Superinterfaces:
OptionalThreadLocalReceiver
- All Known Implementing Classes:
SupplierThreadLocalTypeImpl
Type definition of a SupplierThreadLocal.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>Obtains the type ofObjectrequired.Obtains the possible qualifier for the requiredManagedObject.Methods inherited from interface net.officefloor.compile.internal.structure.OptionalThreadLocalReceiver
setOptionalThreadLocal
-
Method Details
-
getObjectType
Class<?> getObjectType()Obtains the type ofObjectrequired.- Returns:
- Type of
Objectrequired.
-
getQualifier
String getQualifier()Obtains the possible qualifier for the requiredManagedObject.- Returns:
- Qualifier for the required
ManagedObject. May benull.
-