public class ApiValidator extends Object
| Constructor and Description |
|---|
ApiValidator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validateBulkCreate(List<? extends Identifiable> resources) |
static void |
validateCreate(Identifiable resource) |
static void |
validateQueryString(String queryString) |
static void |
validateUpdate(Identifiable resource,
String pathId) |
public static void validateCreate(Identifiable resource) throws ApiHandledException
ApiHandledExceptionpublic static void validateBulkCreate(List<? extends Identifiable> resources) throws ApiHandledException
ApiHandledExceptionpublic static void validateUpdate(Identifiable resource, String pathId) throws ApiHandledException
ApiHandledExceptionpublic static void validateQueryString(String queryString) throws ApiHandledException
ApiHandledExceptionCopyright © 2019. All rights reserved.