quill.mapper

Members

Classes

Mapper
class Mapper(T)

Maps parameters, and results to a class specified by T.

Functions

isIgnored
bool isIgnored()

Checks if the property of T has the @omit attribute

isPublic
bool isPublic()

Checks if the property of T is public

isSupportedType
bool isSupportedType()

Checks if T is one of the supported primitive types

See Also

quill.database

Meta

License

The MIT License, see license file

Authors

Chris Barnes