Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BelongTo - Annotation Interface in com.creativityfactory.swiftserver.annotation
-
Annotation used to indicate that a field represents a relationship of belonging to another class.
- body() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- body() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Gets the body of the request as a string.
- body() - Method in interface com.creativityfactory.swiftserver.utils.BodyAdapter
-
Returns the body of the HTTP request as a string.
- body() - Method in class com.creativityfactory.swiftserver.utils.BodyAdapterImpl
-
Returns the body of the HTTP request as a
String
. - body(Class<?>) - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- body(Class<?>) - Method in interface com.creativityfactory.swiftserver.request.Request
-
Parses the body of the request and maps it to an instance of the specified class.
- BodyAdapter - Interface in com.creativityfactory.swiftserver.utils
-
The BodyAdapter interface defines methods for adapting the body of an HTTP request to various formats.
- BodyAdapterImpl - Class in com.creativityfactory.swiftserver.utils
-
Implementation of
BodyAdapter
interface, which adapts the body of an HTTP request into various formats. - BodyAdapterImpl(Gson, String, String, String) - Constructor for class com.creativityfactory.swiftserver.utils.BodyAdapterImpl
-
Constructs a new instance of
BodyAdapterImpl
with the given parameters. - bodyEncoding() - Method in class com.creativityfactory.swiftserver.request.HttpRequest
- bodyEncoding() - Method in interface com.creativityfactory.swiftserver.request.Request
-
Returns the name of the character encoding used in the body of this request.
- BodyParser - Class in com.creativityfactory.swiftserver.utils
-
A utility class that parses the body of an HTTP request.
- BodyParser() - Constructor for class com.creativityfactory.swiftserver.utils.BodyParser
- buildError(String) - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
-
Sets the error field of the
ErrorResponse
to the specified error message. - buildError(String) - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
- buildMessage(String) - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
-
Sets the message field of the
ErrorResponse
to the specified message. - buildMessage(String) - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
- buildPath(String) - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
-
Sets the path field of the
ErrorResponse
to the specified path. - buildPath(String) - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
- buildStatusCode(int) - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
-
Sets the status code field of the
ErrorResponse
to the specified code. - buildStatusCode(int) - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
- buildTimestamp(Date) - Method in interface com.creativityfactory.swiftserver.error.ErrorMessageBuilder
-
Sets the timestamp field of the
ErrorResponse
to the specified date. - buildTimestamp(Date) - Method in class com.creativityfactory.swiftserver.error.ErrorMessageBuilderImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form