Packageorg.spicefactory.parsley.core.builder
Interfacepublic interface ImplicitTypeReference extends ResolvableValue
Implementors ImplicitObjectTypeReference

A type reference that relies on the target type getting deduced from the member (property, method, constructor) it gets injected into.



Public Methods
 MethodDefined By
  
expectedType(type:Class):void
Invoked by the container to pass the target type deduced by reflecting on the member.
ImplicitTypeReference
 Inherited
Returns the resolved value represented by this instance.
ResolvableValue
Method Detail
expectedType()method
public function expectedType(type:Class):void

Invoked by the container to pass the target type deduced by reflecting on the member.

Parameters

type:Class — the target type as determined by the container