Package net.officefloor.compile.supplier
Interface SupplierThreadLocalType
-
- All Superinterfaces:
OptionalThreadLocalReceiver
- All Known Implementing Classes:
SupplierThreadLocalTypeImpl
public interface SupplierThreadLocalType extends OptionalThreadLocalReceiver
Type definition
of aSupplierThreadLocal
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>
getObjectType()
Obtains the type ofObject
required.java.lang.String
getQualifier()
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 ofObject
required.- Returns:
- Type of
Object
required.
-
getQualifier
java.lang.String getQualifier()
Obtains the possible qualifier for the requiredManagedObject
.- Returns:
- Qualifier for the required
ManagedObject
. May benull
.
-
-