Uses of Class
org.mockserver.model.CrudExpectationsDefinition
Packages that use CrudExpectationsDefinition
-
Uses of CrudExpectationsDefinition in org.mockserver.client
Methods in org.mockserver.client with parameters of type CrudExpectationsDefinitionModifier and TypeMethodDescriptionMockServerClient.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 CrudExpectationsDefinitionModifier and TypeMethodDescriptionCrudExpectationsDefinition.withBasePath(String basePath) CrudExpectationsDefinition.withIdField(String idField) CrudExpectationsDefinition.withIdStrategy(CrudExpectationsDefinition.IdStrategy idStrategy) CrudExpectationsDefinition.withInitialData(List<com.fasterxml.jackson.databind.node.ObjectNode> initialData) -
Uses of CrudExpectationsDefinition in org.mockserver.serialization
Methods in org.mockserver.serialization that return CrudExpectationsDefinitionModifier and TypeMethodDescriptionCrudExpectationsDefinitionSerializer.deserialize(String jsonCrudDefinition) Methods in org.mockserver.serialization that return types with arguments of type CrudExpectationsDefinitionMethods in org.mockserver.serialization with parameters of type CrudExpectationsDefinitionModifier and TypeMethodDescriptionCrudExpectationsDefinitionSerializer.serialize(CrudExpectationsDefinition crudDefinition)