| Modifier and Type | Method and Description |
|---|---|
AuditRequest |
AuditHandler.getAuditRequest(byte[] data) |
AuditRequest |
DatabaseMultiAuditHandler.getAuditRequest(byte[] data) |
AuditRequest |
DatabaseSingleAuditHandler.getAuditRequest(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
CrudHandlerImpl.execute(CrudAction action,
EntityInfo entityInfo,
CrudRequest request) |
<T> T |
CrudHandler.execute(CrudAction action,
EntityInfo entityInfo,
CrudRequest request) |
static <T> T |
CrudHelper.invokeObject(EntityInfo entityInfo,
T entity,
Map<String,Object> value) |
static <T> T |
CrudHelper.invokeObject(EntityInfo entityInfo,
T entity,
Map<String,Object> value,
boolean isRefreshObject) |
static <T> T |
CrudHelper.invokeObject(EntityInfo entityInfo,
T entity,
Map<String,Object> value,
boolean isRefreshObject,
org.hibernate.Session session) |
| Modifier and Type | Method and Description |
|---|---|
Object |
FieldInfo.fieldValue(Object target) |
void |
FieldInfo.fieldValue(Object target,
Object value) |
Object |
FieldInfo.getValue(Object target) |
void |
FieldInfo.setValue(Object target,
Object value) |
<T> T |
EntityNativeSql.valueOf(Object[] row,
int start) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailHandler.send(MailObject mailObject) |
void |
MailHandlerImpl.send(MailObject mailObject) |
void |
MailHandler.send(MailObject mailObject,
boolean asynchronous) |
void |
MailHandlerImpl.send(MailObject mailObject,
boolean asynchronous) |
| Modifier and Type | Method and Description |
|---|---|
static ImageReader |
ImageReader.of(InputStream inputStream) |
static ImageReader |
ImageReader.of(InputStream inputStream,
boolean ignoreMetadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueReceiver.onMessageReceive(QueueMessage<K,V> message) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.redis.connection.RedisStandaloneConfiguration |
RedisProperties.Standalone.createConfig() |
org.springframework.data.redis.connection.RedisClusterConfiguration |
RedisProperties.Cluster.createConfig() |
org.springframework.data.redis.connection.RedisSentinelConfiguration |
RedisProperties.Sentinel.createConfig() |
org.springframework.data.redis.connection.RedisConnectionFactory |
RedisProperties.createConnectionFactory() |
org.springframework.data.redis.connection.RedisConnectionFactory |
RedisProperties.createConnectionFactory(boolean initialize) |
<K,V> org.springframework.data.redis.core.RedisTemplate<K,V> |
RedisProperties.createRedisTemplate(boolean initialize) |
| Modifier and Type | Method and Description |
|---|---|
ReportResult |
ReportHandler.createReport(ReportInput input) |
ReportResult |
ReportHandlerImpl.createReport(ReportInput input) |
ReportResult |
ReportHandler.createReport(ReportInput input,
boolean useExportManager) |
ReportResult |
ReportHandlerImpl.createReport(ReportInput input,
boolean useExportManager) |
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
RestClient.execute(org.apache.commons.httpclient.HttpMethod method) |
org.apache.commons.httpclient.HttpMethod |
RestMethod.newHttpMethod(String url) |
org.apache.commons.httpclient.HttpMethod |
RestMethod.newHttpMethod(String url,
byte[] entity) |
org.apache.commons.httpclient.HttpMethod |
RestMethod.newHttpMethod(String url,
byte[] entity,
Collection<RestPair> parameters) |
org.apache.commons.httpclient.HttpMethod |
RestMethod.newHttpMethod(String url,
Collection<RestPair> parameters) |
static RestResponse |
RestResponse.of(RestClient client,
org.apache.commons.httpclient.HttpMethod method) |
| Modifier and Type | Method and Description |
|---|---|
static Multipart |
RequestUtil.getMultipart(javax.servlet.http.HttpServletRequest request) |
static Multipart |
RequestUtil.getMultipart(javax.servlet.http.HttpServletRequest request,
int sizeThreshold) |
static <T> T |
BeanUtil.newInstance(Class<?> type) |
Copyright © 2023. All rights reserved.