Skip to content
AutoMapper TypeScript
Esc
navigateopen⌘Jpreview
On this page

Class: CamelCaseNamingConvention

Class: CamelCaseNamingConvention API reference from @automapper/core.

@automapper/core


Defined in: packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts:8

CamelCaseNamingConvention

Example

thisIsCamelCase

Implements

Constructors

Constructor

new CamelCaseNamingConvention(): CamelCaseNamingConvention

Returns

CamelCaseNamingConvention

Properties

separatorCharacter

separatorCharacter: string = ''

Defined in: packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts:9

Implementation of

NamingConvention.separatorCharacter


splittingExpression

splittingExpression: RegExp

Defined in: packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts:10

Implementation of

NamingConvention.splittingExpression

Methods

transformPropertyName()

transformPropertyName(sourceNameParts): string

Defined in: packages/core/src/lib/naming-conventions/camel-case-naming-convention.ts:12

Parameters

sourceNameParts

string[]

Returns

string

Implementation of

NamingConvention.transformPropertyName

Was this page helpful?