- getConsolidatedNameBlacklist(List<String>, Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
-
Based on the input for scanning annotations, look for @ExternalEntryPoint and get the specific name black list elements.
- getConsolidatedTypeBlacklist(List<Class<?>>, Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
-
Based on the input for scanning annotations, look for @ExternalEntryPoint and get the specific type black list elements.
- getDefaultValue() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Getter method for defaultValue
- getEntryPointDecoratedName(Method, boolean) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
-
Based on the input for scanning annotations, look for @ExternalEntryPoint and get the decorated name from it, if any.
- getInternalEntryPointParametersRecursively(Class<?>, Set<Class<?>>, Set<String>, int) - Static method in class org.sparta.springwebutils.util.ExternalEntryPointHelper
-
Deeply finds all the attributes of the supplied class
- getManifestAttribute(String) - Method in class org.sparta.springwebutils.ManifestUtils
-
Retrieves a value for a specific manifest attribute.
- getManifestAttributes() - Method in class org.sparta.springwebutils.ManifestUtils
-
Reads the manifest entries for this application.
- getMethodDecorationName() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for methodDecorationName
- getMethodName() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for methodName
- getName() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Getter method for name
- getParameters() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for parameters
- getRequestMethods() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for requestMethods
- getResponseType() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for responseType
- getType() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for type
- getType() - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Getter method for type
- getUrls() - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Getter method for urls
- queryForOptionalObject(String, Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Execute a query for a result object (optional), given static SQL.
- queryForOptionalObject(String, Class<T>, Object...) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a
list of arguments to bind to the query, expecting a result object (optional).
- queryForOptionalObject(String, Object[], Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a
list of arguments to bind to the query, expecting a result object (optional).
- queryForOptionalObject(String, Object[], int[], Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a
list of arguments to bind to the query, expecting a result object (optional).
- queryForOptionalObject(String, Object[], int[], RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a list
of arguments to bind to the query, mapping a single result row to a
Java object via a RowMapper.
- queryForOptionalObject(String, Object[], RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a list
of arguments to bind to the query, mapping a single result row to a
Java object via a RowMapper.
- queryForOptionalObject(String, RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Execute a query given static SQL, mapping a single result row to a Java
object via a RowMapper.
- queryForOptionalObject(String, RowMapper<T>, Object...) - Method in class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a list
of arguments to bind to the query, mapping a single result row to a
Java object via a RowMapper.
- queryForOptionalObject(String, SqlParameterSource, RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a list
of arguments to bind to the query, mapping a single result row to a
Java object via a RowMapper.
- queryForOptionalObject(String, Map<String, ?>, RowMapper<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a list
of arguments to bind to the query, mapping a single result row to a
Java object via a RowMapper.
- queryForOptionalObject(String, SqlParameterSource, Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a list
of arguments to bind to the query, mapping a single result row to a
Java object via a RowMapper.
- queryForOptionalObject(String, Map<String, ?>, Class<T>) - Method in class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
-
Query given SQL to create a prepared statement from SQL and a
list of arguments to bind to the query, expecting a result object.
- QueryLoader - Interface in org.sparta.springwebutils.queryloader
-
- setDefaultValue(String) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Setter method for defaultValue
- setExtraParamTypesBlacklist(List<Class<?>>) - Method in class org.sparta.springwebutils.RequestUtils
-
Append more param types to blacklist
this method keeps the default blacklist and add these are extra ones
- setMaxDeepLevel(Integer) - Method in class org.sparta.springwebutils.RequestUtils
-
Setter method for maxDeepLevel
- setMethodDecorationName(String) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for methodDecorationName
- setMethodName(String) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for methodName
- setName(String) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Setter method for name
- setNameDiscover(ParameterNameDiscoverer) - Method in class org.sparta.springwebutils.RequestUtils
-
Setter method for nameDiscover
- setParameters(List<EntryPointParameter>) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for parameters
- setParamNamesBlacklist(List<String>) - Method in class org.sparta.springwebutils.RequestUtils
-
Setter method for paramNamesBlacklist
- setParamTypesBlacklist(List<Class<?>>) - Method in class org.sparta.springwebutils.RequestUtils
-
Setter method for paramTypesBlacklist
- setRequestMethods(Set<RequestMethod>) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for requestMethods
- setRequired(boolean) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Setter method for required
- setResponseType(Class<?>) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for responseType
- setScanEntryPointAnnotation(boolean) - Method in class org.sparta.springwebutils.RequestUtils
-
Setter method for scanEntryPointAnnotation
- setType(Class<?>) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for type
- setType(Class<?>) - Method in class org.sparta.springwebutils.entity.EntryPointParameter
-
Setter method for type
- setUrls(Set<String>) - Method in class org.sparta.springwebutils.entity.EntryPoint
-
Setter method for urls
- SpartaJdbcTemplate - Class in org.sparta.springwebutils.jdbc
-
SpartaJdbcTemplate functionalities.
- SpartaJdbcTemplate() - Constructor for class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Construct a new SpartaJdbcTemplate for bean usage.
- SpartaJdbcTemplate(DataSource) - Constructor for class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Construct a new SpartaJdbcTemplate, given a DataSource to obtain connections from.
- SpartaJdbcTemplate(DataSource, boolean) - Constructor for class org.sparta.springwebutils.jdbc.SpartaJdbcTemplate
-
Construct a new SpartaJdbcTemplate, given a DataSource to obtain connections from.
- SpartaNamedParameterJdbcTemplate - Class in org.sparta.springwebutils.jdbc
-
Additional methods for NamedParameterJdbcTemplate.
- SpartaNamedParameterJdbcTemplate(DataSource) - Constructor for class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
-
Constructor using DataSource.
- SpartaNamedParameterJdbcTemplate(JdbcOperations) - Constructor for class org.sparta.springwebutils.jdbc.SpartaNamedParameterJdbcTemplate
-
Constructor using jdbcOperations.
- SpringContextUtils - Class in org.sparta.springwebutils
-
Utility class for handling with Spring context loading
- SpringContextUtils() - Constructor for class org.sparta.springwebutils.SpringContextUtils
-