다음을 통해 공유


SequenceMapper interface

배열을 설명하는 매퍼입니다.

Extends

속성

type

SequenceMapper형식 설명자입니다.

상속된 속성

constraints

현재 값을 테스트하기 위한 제약 조건

defaultValue

명시적으로 제공되지 않은 경우의 기본값

isConstant

현재 속성이 상수인지 여부

nullable

현재 속성에서 mull을 값으로 허용하는지 여부

readOnly

현재 속성이 읽기 전용인지 여부

required

현재 속성이 필요한지 여부

serializedName

serialize할 때 사용할 이름입니다.

xmlElementName

배열을 serialize할 때 xml 요소의 이름

xmlIsAttribute

현재 속성을 부모 xml 요소의 특성으로 serialize해야 하는지 여부를 결정합니다.

xmlIsMsText

현재 속성을 xml 요소의 내부 콘텐츠로 serialize해야 하는지 여부를 결정합니다.

xmlIsWrapped

현재 속성에 줄 바꿈 XML 요소가 있어야 하는지 여부

xmlName

xml 요소의 이름

xmlNamespace

Xml 요소 네임스페이스

xmlNamespacePrefix

Xml 요소 네임스페이스 접두사

속성 세부 정보

type

SequenceMapper형식 설명자입니다.

type: SequenceMapperType

속성 값

상속된 속성 세부 정보

constraints

현재 값을 테스트하기 위한 제약 조건

constraints?: MapperConstraints

속성 값

BaseMapper.constraints 상속된

defaultValue

명시적으로 제공되지 않은 경우의 기본값

defaultValue?: any

속성 값

any

BaseMapper.defaultValue 상속된

isConstant

현재 속성이 상수인지 여부

isConstant?: boolean

속성 값

boolean

BaseMapper.isConstant 상속된

nullable

현재 속성에서 mull을 값으로 허용하는지 여부

nullable?: boolean

속성 값

boolean

BaseMapper.nullable 상속된

readOnly

현재 속성이 읽기 전용인지 여부

readOnly?: boolean

속성 값

boolean

BaseMapper.readOnly 상속된

required

현재 속성이 필요한지 여부

required?: boolean

속성 값

boolean

BaseMapper.required 상속된

serializedName

serialize할 때 사용할 이름입니다.

serializedName?: string

속성 값

string

BaseMapper.serializedName 상속된

xmlElementName

배열을 serialize할 때 xml 요소의 이름

xmlElementName?: string

속성 값

string

BaseMapper.xmlElementName 상속된

xmlIsAttribute

현재 속성을 부모 xml 요소의 특성으로 serialize해야 하는지 여부를 결정합니다.

xmlIsAttribute?: boolean

속성 값

boolean

BaseMapper.xmlIsAttribute 상속된

xmlIsMsText

현재 속성을 xml 요소의 내부 콘텐츠로 serialize해야 하는지 여부를 결정합니다.

xmlIsMsText?: boolean

속성 값

boolean

BaseMapper.xmlIsMsText 상속된

xmlIsWrapped

현재 속성에 줄 바꿈 XML 요소가 있어야 하는지 여부

xmlIsWrapped?: boolean

속성 값

boolean

BaseMapper.xmlIsWrapped 상속된

xmlName

xml 요소의 이름

xmlName?: string

속성 값

string

BaseMapper.xmlName 상속된

xmlNamespace

Xml 요소 네임스페이스

xmlNamespace?: string

속성 값

string

BaseMapper.xmlNamespace 상속된

xmlNamespacePrefix

Xml 요소 네임스페이스 접두사

xmlNamespacePrefix?: string

속성 값

string

BaseMapper.xmlNamespacePrefix 상속된