![]() |
Qore Swagger Module Reference 2.2.3
|
This is the complete list of members for Swagger::SchemaBase, including all inherited members.
check(bool serialize, bool request, string type, *string format, *SchemaObject items, string path, string method, string name, reference< auto > value) | Swagger::SchemaBase | private |
checkArrayParam(bool serialize, bool request, SchemaObject items, string path, string method, string name, reference< list< auto > > value) | Swagger::SchemaBase | private |
checkIntern(bool serialize, bool request, string type, *string format, string path, string method, string name, binary v, reference value) | Swagger::SchemaBase | private |
checkIntern(bool serialize, bool request, string type, *string format, string path, string method, string name, string v, reference< auto > value) | Swagger::SchemaBase | private |
checkIntern(bool serialize, bool request, string type, *string format, string path, string method, string name, date v, reference< auto > value) | Swagger::SchemaBase | private |
checkValueType(reference< auto > value, string type) | Swagger::SchemaBase | static |
constructor(string objType, hash< auto > oh) | Swagger::SchemaBase | |
constructor(SchemaBase other) | Swagger::SchemaBase | |
Qore::Serializable::constructor() | Qore::Serializable | |
copy() | Qore::Serializable | |
deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
deserialize(binary bin, *int flags) | Qore::Serializable | static |
deserialize(string bin, *int flags) | Qore::Serializable | static |
deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
enum | Swagger::SchemaBase | |
exclusiveMax | Swagger::SchemaBase | |
exclusiveMin | Swagger::SchemaBase | |
getExampleValueWithFormat(string type, *string format, *string fname) | Swagger::SchemaBase | private |
maximum | Swagger::SchemaBase | |
maxItems | Swagger::SchemaBase | |
maxLength | Swagger::SchemaBase | |
minimum | Swagger::SchemaBase | |
minItems | Swagger::SchemaBase | |
minLength | Swagger::SchemaBase | |
multipleOf | Swagger::SchemaBase | |
pattern | Swagger::SchemaBase | |
serialize(OutputStream stream, *int flags) | Qore::Serializable | |
serialize(*int flags) | Qore::Serializable | |
serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
serialize(auto val, *int flags) | Qore::Serializable | static |
serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
serializeToData(*int flags) | Qore::Serializable | |
serializeToData(auto val, *int flags) | Qore::Serializable | static |
throwInvalidType(string name, string actual, string expected, auto value) | Swagger::SchemaBase | privatestatic |
uniqueItems | Swagger::SchemaBase |