Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DataSource - Annotation Interface in com.creativityfactory.swiftserver.annotation
-
Indicates that a class will be used as a data source, and the value specifies the ID for this data source.
- DataSourceChecker - Class in com.creativityfactory.swiftserver.middleware
-
This middleware is for checking the existence of data source or not.
- DataSourceChecker() - Constructor for class com.creativityfactory.swiftserver.middleware.DataSourceChecker
- DefaultDataSource - Class in com.creativityfactory.swiftserver.persistence
-
The DefaultDataSource class provides an API for persistence list objects of a class in JSON format, and also for reading and writing data.
- DefaultPersistence - Class in com.creativityfactory.swiftserver.persistence
-
Default implementation of the
Persistence
interface that provides default implementation for the CRUD operations using a DefaultDataSource instance. - DefaultPersistence(Class<?>, DefaultDataSource) - Constructor for class com.creativityfactory.swiftserver.persistence.DefaultPersistence
-
Constructs a new DefaultPersistence instance with the given model class and API.
- delete(Object) - Method in class com.creativityfactory.swiftserver.persistence.DefaultPersistence
-
Delete the specified object in the data store if it already exists.
- delete(String, HttpRequestHandler) - Method in class com.creativityfactory.swiftserver.app.Application
-
Maps a DELETE request with the specified URL pattern to the given HTTP request handler.
- delete(T) - Method in interface com.creativityfactory.swiftserver.persistence.Persistence
-
Deletes an existing instance of the model class from the persistence layer.
- Delete - Class in com.creativityfactory.swiftserver.middleware.rest
-
This middleware for deleting an existed resource.
- Delete() - Constructor for class com.creativityfactory.swiftserver.middleware.rest.Delete
- DirectorErrorResponseBuilder - Class in com.creativityfactory.swiftserver.error
-
This class is responsible for constructing an
ErrorResponse
object using the builder pattern and setting default values for the error field based on the given status code. - DirectorErrorResponseBuilder(ErrorMessageBuilder) - Constructor for class com.creativityfactory.swiftserver.error.DirectorErrorResponseBuilder
-
Creates a new instance of DirectorErrorResponseBuilder with a given ErrorMessageBuilder.
- doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.creativityfactory.swiftserver.app.Application
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.creativityfactory.swiftserver.app.Application
- doPatch(HttpServletRequest, HttpServletResponse) - Method in class com.creativityfactory.swiftserver.app.Application
- doPost(HttpServletRequest, HttpServletResponse) - Method in class com.creativityfactory.swiftserver.app.Application
- doPut(HttpServletRequest, HttpServletResponse) - Method in class com.creativityfactory.swiftserver.app.Application
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form