Table of Contents

Class PrimitiveConstructorExecutor

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
public class PrimitiveConstructorExecutor : IConstructorExecutor
Inheritance
PrimitiveConstructorExecutor
Implements
Inherited Members

Constructors

PrimitiveConstructorExecutor(Type)

public PrimitiveConstructorExecutor(Type primitiveType)

Parameters

primitiveType Type

Methods

Execute(IEvaluationContext, params object[])

public ITypedValue Execute(IEvaluationContext context, params object[] arguments)

Parameters

context IEvaluationContext
arguments object[]

Returns

ITypedValue