Module aermicioi.aedi.factory.wrapping_factory

Classes

NameDescription
ClassUnwrappingFactoryA factory that coerces an object from object factory to some T type.
RuntimeWrappingFactoryWrapping factory that will wrap the result depending on runtime type information instead of compile time information.
UnwrappingFactoryA factory that coerces an object from object factory to some T type.
WrappingFactoryWraps up the result of some factory in Wrapper object if component is not derived from Object.