Package net.officefloor.compile.supplier
Interface SupplierThreadLocalType
-
- All Superinterfaces:
OptionalThreadLocalReceiver
- All Known Implementing Classes:
SupplierThreadLocalTypeImpl
public interface SupplierThreadLocalType extends OptionalThreadLocalReceiver
Type definitionof aSupplierThreadLocal.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>getObjectType()Obtains the type ofObjectrequired.java.lang.StringgetQualifier()Obtains the possible qualifier for the requiredManagedObject.-
Methods inherited from interface net.officefloor.compile.internal.structure.OptionalThreadLocalReceiver
setOptionalThreadLocal
-
-
-
-
Method Detail
-
getObjectType
java.lang.Class<?> getObjectType()
Obtains the type ofObjectrequired.- Returns:
- Type of
Objectrequired.
-
getQualifier
java.lang.String getQualifier()
Obtains the possible qualifier for the requiredManagedObject.- Returns:
- Qualifier for the required
ManagedObject. May benull.
-
-