BaseMapper interface

Properties

constraints
defaultValue
isConstant
nullable
readOnly
required
serializedName
type
xmlElementName
xmlIsAttribute
xmlIsWrapped
xmlName

Property Details

constraints

constraints?: MapperConstraints

Property Value

defaultValue

defaultValue?: any

Property Value

any

isConstant

isConstant?: boolean

Property Value

boolean

nullable

nullable?: boolean

Property Value

boolean

readOnly

readOnly?: boolean

Property Value

boolean

required

required?: boolean

Property Value

boolean

serializedName

serializedName?: string

Property Value

string

type

type: MapperType

Property Value

MapperType

xmlElementName

xmlElementName?: string

Property Value

string

xmlIsAttribute

xmlIsAttribute?: boolean

Property Value

boolean

xmlIsWrapped

xmlIsWrapped?: boolean

Property Value

boolean

xmlName

xmlName?: string

Property Value

string