UnwrappingFactory.decorated

Set the decorated object for decorator.

  1. ObjectFactory decorated [@property setter]
    class UnwrappingFactory(T)
  2. ObjectFactory decorated [@property getter]

Parameters

decorated ObjectFactory

decorated data

Return Value

Type: UnwrappingFactory!T

this

Throws

InvalidCastException when created type of object factory mismatches type of unwrapping factory.

Meta