Uses of Class
org.mockserver.model.CrudExpectationsDefinition
-
Packages that use CrudExpectationsDefinition Package Description org.mockserver.client org.mockserver.model org.mockserver.serialization -
-
Uses of CrudExpectationsDefinition in org.mockserver.client
Methods in org.mockserver.client with parameters of type CrudExpectationsDefinition Modifier and Type Method Description MockServerClientMockServerClient. crud(CrudExpectationsDefinition crudDefinition)Register a CRUD simulation that auto-generates RESTful endpoints for a given base path. -
Uses of CrudExpectationsDefinition in org.mockserver.model
Methods in org.mockserver.model that return CrudExpectationsDefinition Modifier and Type Method Description CrudExpectationsDefinitionCrudExpectationsDefinition. withBasePath(String basePath)CrudExpectationsDefinitionCrudExpectationsDefinition. withIdField(String idField)CrudExpectationsDefinitionCrudExpectationsDefinition. withIdStrategy(CrudExpectationsDefinition.IdStrategy idStrategy)CrudExpectationsDefinitionCrudExpectationsDefinition. withInitialData(List<com.fasterxml.jackson.databind.node.ObjectNode> initialData) -
Uses of CrudExpectationsDefinition in org.mockserver.serialization
Methods in org.mockserver.serialization that return CrudExpectationsDefinition Modifier and Type Method Description CrudExpectationsDefinitionCrudExpectationsDefinitionSerializer. deserialize(String jsonCrudDefinition)Methods in org.mockserver.serialization that return types with arguments of type CrudExpectationsDefinition Modifier and Type Method Description Class<CrudExpectationsDefinition>CrudExpectationsDefinitionSerializer. supportsType()Methods in org.mockserver.serialization with parameters of type CrudExpectationsDefinition Modifier and Type Method Description StringCrudExpectationsDefinitionSerializer. serialize(CrudExpectationsDefinition crudDefinition)
-