Skip to main content

Class: CamelCaseNamingConvention

CamelCaseNamingConvention

example thisIsCamelCase

Implements

Constructors

constructor

new CamelCaseNamingConvention()

Properties

separatorCharacter

separatorCharacter: string = ''

Implementation of

NamingConvention.separatorCharacter

Defined in

lib/naming-conventions/camel-case-naming-convention.ts:9


splittingExpression

splittingExpression: RegExp

Implementation of

NamingConvention.splittingExpression

Defined in

lib/naming-conventions/camel-case-naming-convention.ts:10

Methods

transformPropertyName

transformPropertyName(sourceNameParts): string

Parameters

NameType
sourceNamePartsstring[]

Returns

string

Implementation of

NamingConvention.transformPropertyName

Defined in

lib/naming-conventions/camel-case-naming-convention.ts:12