| Package | Description |
|---|---|
| guru.nidi.ramltester.core | |
| guru.nidi.ramltester.util | |
| guru.nidi.ramltester.validator |
| Modifier and Type | Method and Description |
|---|---|
void |
RamlViolations.add(Message message) |
void |
RamlViolations.add(Message message,
Object cause) |
void |
RamlViolations.addIf(boolean condition,
Message message) |
Set<String> |
TypeChecker.check(List<RamlType> types,
Values values,
Message message) |
void |
TypeChecker.check(RamlType type,
Object value,
Message message) |
void |
SchemaValidator.validate(Reader content,
Reader schema,
RamlViolations violations,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.withInnerParam(Message param) |
Message |
Message.withMessageParam(String key,
Object... params) |
Message |
Message.withParam(Object param) |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.withInnerParam(Message param) |
| Constructor and Description |
|---|
InvalidMediaTypeException(String mimeType,
Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaValidator.validate(Reader content,
Reader schema,
RamlViolations violations,
Message message) |
void |
JavaXmlSchemaValidator.validate(Reader content,
Reader schema,
RamlViolations violations,
Message message) |
Copyright © 2014–2017. All rights reserved.