Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
I
- Id - Annotation Interface in com.creativityfactory.swiftserver.annotation
-
This annotation is used to mark the field in a model class that represents the unique identifier * for the object.
- IdConverter - Class in com.creativityfactory.swiftserver.middleware
-
This middleware is for converting the incoming id (from route parameter) from string to its appropriate type.
- IdConverter() - Constructor for class com.creativityfactory.swiftserver.middleware.IdConverter
- IdUtils - Class in com.creativityfactory.swiftserver.utils
-
This class is responsible for all the operation related to the id of models, such extracting the value of an id from an object of specific model, type of id...
- IdUtils() - Constructor for class com.creativityfactory.swiftserver.utils.IdUtils
- init() - Method in class com.creativityfactory.swiftserver.app.Application
- init(ServletConfig) - Method in class com.creativityfactory.swiftserver.app.Application
- init(Map<String, Class<? extends Persistence<?>>>) - Static method in class com.creativityfactory.swiftserver.persistence.SingletonDataSource
-
This class initialize the creation of single instance for each identify, which it will be used later to get instance by the given class, where it will identify by the value present in
@FromDataSource
. - IOUtils - Class in com.creativityfactory.swiftserver.utils
-
Utility class for input/output operations.
- IOUtils() - Constructor for class com.creativityfactory.swiftserver.utils.IOUtils
- isUrlPatternMatched(String, String) - Static method in class com.creativityfactory.swiftserver.utils.RouteUtils
-
This method takes a URL pattern and a URL string and returns a boolean indicating whether the URL matches the given pattern or not.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form