Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- make() - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
-
Builds and returns a new instance of
ErrorResponse
using the fields set on this builder. - make() - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
- make(int, String, String) - Method in class com.creativityfactory.swiftserver.error.DirectorErrorResponseBuilder
-
Builds an ErrorResponse object with the given parameters and default values for the error field based on the given status code.
- mapIdToObject(Object, Class<?>) - Static method in class com.creativityfactory.swiftserver.utils.IdUtils
-
Converts an object to a map, where keys are the names of the object's fields and the values are the corresponding field values.
- mapObjectToId(String, Class<?>) - Static method in class com.creativityfactory.swiftserver.utils.IdUtils
-
Maps an object's ID field to its corresponding value in a JSON string, and converts Integer fields from Double to Integer.
- method() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- method() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the HTTP request method (e.g.
- method(Request, Response) - Method in interface com.creativityfactory.swiftserver.app.HttpRequestHandler
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.CacheResource
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.ContentTypeValidation
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.DataSourceChecker
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.IdConverter
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.ObjectMapper
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.ReceivedDataValidation
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.rest.Delete
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.rest.Get
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.rest.GetById
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.rest.Post
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.rest.Update
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.SetDataSource
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.SetUpModel
- method(Request, Response) - Method in class com.creativityfactory.swiftserver.middleware.UpdateCacheableResource
- modelFormat(Class<?>) - Method in interface com.creativityfactory.swiftserver.utils.BodyAdapter
-
Returns the body of the HTTP request in a format that can be used to create an object of the given model class.
- modelFormat(Class<?>) - Method in class com.creativityfactory.swiftserver.utils.BodyAdapterImpl
-
Returns the deserialized model object of the body of the HTTP request.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form