#include <validation.h>
|
| | StringField (std::string const &name, std::string const &value, bool case_sensitive=false, bool required=true) |
| |
| bool | Validate (Json::Value const &obj) const override |
| |
| | Field (std::string const &name, Json::ValueType type, bool required=true) |
| |
|
| std::string const & | name () const noexcept |
| |
◆ StringField()
| jsonloader::StringField::StringField |
( |
std::string const & |
name, |
|
|
std::string const & |
value, |
|
|
bool |
case_sensitive = false, |
|
|
bool |
required = true |
|
) |
| |
◆ Validate()
| bool jsonloader::StringField::Validate |
( |
Json::Value const & |
obj | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: