跳过导航链接
A B C D E F G H I M N O R S T U V W _ 

A

addMessageSource(MessageSource) - 类 中的方法org.hswebframework.web.starter.i18n.CompositeMessageSource
 
addMessageSources(Collection<MessageSource>) - 类 中的方法org.hswebframework.web.starter.i18n.CompositeMessageSource
 
addScriptContext(String, Object) - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
ALL - 类 中的静态变量org.hswebframework.web.starter.CorsProperties.CorsConfiguration
Wildcard representing all origins, methods, or headers.
apply(CorsRegistration) - 类 中的方法org.hswebframework.web.starter.CorsProperties.CorsConfiguration
 
AppProperties - org.hswebframework.web.starter.initialize中的类
 
AppProperties() - 类 的构造器org.hswebframework.web.starter.initialize.AppProperties
 
artifactId - 类 中的变量org.hswebframework.web.starter.initialize.Dependency
 
author - 类 中的变量org.hswebframework.web.starter.initialize.Dependency
 
autoResolveI18nMessageSource() - 类 中的方法org.hswebframework.web.starter.i18n.I18nConfiguration
 

B

build() - 类 中的方法org.hswebframework.web.starter.initialize.AppProperties
 

C

CallBack - org.hswebframework.web.starter.initialize中的接口
 
canDecode(ResolvableType, MimeType) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
canEncode(ResolvableType, MimeType) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
comment - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
comment - 类 中的变量org.hswebframework.web.starter.initialize.Version
 
compareTo(Version) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
CompositeMessageSource - org.hswebframework.web.starter.i18n中的类
 
CompositeMessageSource() - 类 的构造器org.hswebframework.web.starter.i18n.CompositeMessageSource
 
compositeMessageSource(ObjectProvider<MessageSource>) - 类 中的方法org.hswebframework.web.starter.i18n.I18nConfiguration
 
CorsAutoConfiguration - org.hswebframework.web.starter中的类
跨域设置,支持不同的请求路径,配置不同的跨域信息配置 Example:
   hsweb:
        cors:
          enable: true
          configs:
            - /**:
                allowed-headers: "*"
                allowed-methods: ["GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"]
                allowed-origins: ["http://xxx.example.com"]
                allow-credentials: true
                maxAge: 1800
   
 
 
 enable设为true,但是configs未配置,将使用已下的默认配置:
 
   hsweb:
        cors:
          enable: true
          configs:
            - /**:
                allowed-headers: "*"
                allowed-methods: ["GET", "POST", "HEAD"]
                allowed-origins: "*"
                allow-credentials: true
                maxAge: 1800
   
 

 
 注意:
 配置文件中对象的属性名在 SpringBoot 2.x 版本开始不在支持特殊字符,会将特殊字符过滤掉,
 仅支持[A-Za-z0-9\-\_],具体细节请查看ConfigurationPropertyName类的adapt方法
CorsAutoConfiguration() - 类 的构造器org.hswebframework.web.starter.CorsAutoConfiguration
 
CorsConfiguration() - 类 的构造器org.hswebframework.web.starter.CorsProperties.CorsConfiguration
 
CorsProperties - org.hswebframework.web.starter中的类
 
CorsProperties() - 类 的构造器org.hswebframework.web.starter.CorsProperties
 
CorsProperties.CorsConfiguration - org.hswebframework.web.starter中的类
 
CustomCodecsAutoConfiguration - org.hswebframework.web.starter.jackson中的类
 
CustomCodecsAutoConfiguration() - 类 的构造器org.hswebframework.web.starter.jackson.CustomCodecsAutoConfiguration
 
customizeWriter(ObjectWriter, MimeType, ResolvableType, Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
CustomJackson2JsonDecoder - org.hswebframework.web.starter.jackson中的类
 
CustomJackson2JsonDecoder(EntityFactory, ObjectMapper, MimeType...) - 类 的构造器org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
Constructor with a Jackson ObjectMapper to use.
CustomJackson2jsonEncoder - org.hswebframework.web.starter.jackson中的类
Base class providing support methods for Jackson 2.9 encoding.
CustomJackson2jsonEncoder(ObjectMapper, MimeType...) - 类 的构造器org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
Constructor with a Jackson ObjectMapper to use.
CustomMappingJackson2HttpMessageConverter - org.hswebframework.web.starter.jackson中的类
 
CustomMappingJackson2HttpMessageConverter(ObjectMapper, EntityFactory) - 类 的构造器org.hswebframework.web.starter.jackson.CustomMappingJackson2HttpMessageConverter
 
CustomTypeFactory - org.hswebframework.web.starter.jackson中的类
 
CustomTypeFactory(EntityFactory) - 类 的构造器org.hswebframework.web.starter.jackson.CustomTypeFactory
 
CustomTypeFactory(LookupCache<Object, JavaType>, TypeParser, TypeModifier[], ClassLoader) - 类 的构造器org.hswebframework.web.starter.jackson.CustomTypeFactory
 

D

decode(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
decode(DataBuffer, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
decodeToMono(Publisher<DataBuffer>, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
DefaultDependencyUpgrader - org.hswebframework.web.starter.initialize中的类
 
DefaultDependencyUpgrader(Dependency, Dependency, Map<String, Object>) - 类 的构造器org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader
 
dependencies - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
Dependency - org.hswebframework.web.starter.initialize中的类
 
Dependency() - 类 的构造器org.hswebframework.web.starter.initialize.Dependency
 
DependencyInstaller - org.hswebframework.web.starter.initialize中的接口
 
DependencyUpgrader - org.hswebframework.web.starter.initialize中的接口
 
doInitialize(Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doInstall(Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doInstall() - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
doRead(Type, Class<?>, HttpInputMessage) - 类 中的方法org.hswebframework.web.starter.jackson.CustomMappingJackson2HttpMessageConverter
 
doUnInstall(Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
doUpgrade(Map<String, Object>, Dependency) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 

E

encode(Publisher<?>, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
encodeValue(Object, DataBufferFactory, ResolvableType, MimeType, Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
execute(Map<String, Object>) - 接口 中的方法org.hswebframework.web.starter.initialize.CallBack
 

F

filter(List<Map<String, Object>>) - 类 中的方法org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader
 
filter(List<Map<String, Object>>) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyUpgrader
 
FrameworkVersion() - 类 的构造器org.hswebframework.web.starter.initialize.SystemVersion.FrameworkVersion
 
frameworkVersion - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
fromMap(Map<String, Object>) - 类 中的静态方法org.hswebframework.web.starter.initialize.Dependency
 

G

getAnnotation(MethodParameter, Class<A>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
getAnnotation(MethodParameter, Class<A>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getArtifactId() - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
getAuthor() - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
getComment() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
getDecodableMimeTypes() - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
getDecodeHints(ResolvableType, ResolvableType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2JsonDecoder
 
getDependencies() - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
getDependency() - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
getDependency(String, String) - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
getDepKey(String, String) - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
getEncodableMimeTypes() - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getEncodeHints(ResolvableType, ResolvableType, MediaType, ServerHttpRequest, ServerHttpResponse) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getFrameworkVersion() - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
getGroupId() - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
getJsonEncoding(MimeType) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
Determine the JSON encoding to use for the given mime type.
getMajorVersion() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
getMessage(String, Object[], String, Locale) - 类 中的方法org.hswebframework.web.starter.i18n.CompositeMessageSource
 
getMessage(String, Object[], Locale) - 类 中的方法org.hswebframework.web.starter.i18n.CompositeMessageSource
 
getMessage(MessageSourceResolvable, Locale) - 类 中的方法org.hswebframework.web.starter.i18n.CompositeMessageSource
 
getMinorVersion() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
getName() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
getRevisionVersion() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
getScriptContext() - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
getStreamingMediaTypes() - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
 
getWebsite() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
groupId - 类 中的变量org.hswebframework.web.starter.initialize.Dependency
 

H

HswebAutoConfiguration - org.hswebframework.web.starter中的类
 
HswebAutoConfiguration() - 类 的构造器org.hswebframework.web.starter.HswebAutoConfiguration
 

I

I18nConfiguration - org.hswebframework.web.starter.i18n中的类
 
I18nConfiguration() - 类 的构造器org.hswebframework.web.starter.i18n.I18nConfiguration
 
init() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
init() - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
initDepCache() - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
initInstallInfo() - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
install() - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
isSameDependency(Dependency) - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
isSameDependency(String, String) - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
isSnapshot() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 

M

majorVersion - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
majorVersion - 类 中的变量org.hswebframework.web.starter.initialize.Version
 
minorVersion - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
minorVersion - 类 中的变量org.hswebframework.web.starter.initialize.Version
 

N

name - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
name - 类 中的变量org.hswebframework.web.starter.initialize.Version
 

O

onInitialize(CallBack) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyInstaller
 
onInitialize(CallBack) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
onInstall(CallBack) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyInstaller
 
onInstall(CallBack) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
onUninstall(CallBack) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyInstaller
 
onUninstall(CallBack) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
onUpgrade(CallBack) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyInstaller
 
onUpgrade(CallBack) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
org.hswebframework.web.starter - 程序包 org.hswebframework.web.starter
 
org.hswebframework.web.starter.i18n - 程序包 org.hswebframework.web.starter.i18n
 
org.hswebframework.web.starter.initialize - 程序包 org.hswebframework.web.starter.initialize
 
org.hswebframework.web.starter.jackson - 程序包 org.hswebframework.web.starter.jackson
 

R

read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.hswebframework.web.starter.jackson.CustomMappingJackson2HttpMessageConverter
 
revisionVersion - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
revisionVersion - 类 中的变量org.hswebframework.web.starter.initialize.Version
 

S

setArtifactId(String) - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
setAuthor(String) - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
setComment(String) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setDependencies(List<Dependency>) - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
setFrameworkVersion(SystemVersion.FrameworkVersion) - 类 中的方法org.hswebframework.web.starter.initialize.SystemVersion
 
setGroupId(String) - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
setMajorVersion(int) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setMinorVersion(int) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setName(String) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setRevisionVersion(int) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setSnapshot(boolean) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setStreamingMediaTypes(List<MediaType>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomJackson2jsonEncoder
Configure "streaming" media types for which flushing should be performed automatically vs at the end of the stream.
setup(Dependency) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyInstaller
 
setup(Map<String, Object>) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyInstaller
 
setup(Dependency) - 类 中的方法org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
setVersion(int, int, int, boolean) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setVersion(String) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
setWebsite(String) - 类 中的方法org.hswebframework.web.starter.initialize.Version
 
SimpleDependencyInstaller - org.hswebframework.web.starter.initialize中的类
 
SimpleDependencyInstaller() - 类 的构造器org.hswebframework.web.starter.initialize.SimpleDependencyInstaller
 
snapshot - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
snapshot - 类 中的变量org.hswebframework.web.starter.initialize.Version
 
syncSystemVersion() - 类 中的方法org.hswebframework.web.starter.initialize.SystemInitialize
 
systemInit(DatabaseOperator, AppProperties) - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
SystemInitialize - org.hswebframework.web.starter.initialize中的类
 
SystemInitialize(DatabaseOperator, SystemVersion) - 类 的构造器org.hswebframework.web.starter.initialize.SystemInitialize
 
SystemVersion - org.hswebframework.web.starter.initialize中的类
 
SystemVersion() - 类 的构造器org.hswebframework.web.starter.initialize.SystemVersion
 
SystemVersion(String) - 类 的构造器org.hswebframework.web.starter.initialize.SystemVersion
 
SystemVersion.FrameworkVersion - org.hswebframework.web.starter.initialize中的类
 
SystemVersion.Property - org.hswebframework.web.starter.initialize中的接口
 

T

toString() - 类 中的方法org.hswebframework.web.starter.initialize.Dependency
 
toString() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 

U

upgrade(CallBack) - 类 中的方法org.hswebframework.web.starter.initialize.DefaultDependencyUpgrader
 
upgrade(CallBack) - 接口 中的方法org.hswebframework.web.starter.initialize.DependencyUpgrader
 

V

Version - org.hswebframework.web.starter.initialize中的类
 
Version() - 类 的构造器org.hswebframework.web.starter.initialize.Version
 
versionToString() - 类 中的方法org.hswebframework.web.starter.initialize.Version
 

W

website - 接口 中的静态变量org.hswebframework.web.starter.initialize.SystemVersion.Property
 
website - 类 中的变量org.hswebframework.web.starter.initialize.Version
 
withCache(LRUMap<Object, JavaType>) - 类 中的方法org.hswebframework.web.starter.jackson.CustomTypeFactory
 
withClassLoader(ClassLoader) - 类 中的方法org.hswebframework.web.starter.jackson.CustomTypeFactory
 
withModifier(TypeModifier) - 类 中的方法org.hswebframework.web.starter.jackson.CustomTypeFactory
 

_

_fromWellKnownClass(ClassStack, Class<?>, TypeBindings, JavaType, JavaType[]) - 类 中的方法org.hswebframework.web.starter.jackson.CustomTypeFactory
 
_fromWellKnownInterface(ClassStack, Class<?>, TypeBindings, JavaType, JavaType[]) - 类 中的方法org.hswebframework.web.starter.jackson.CustomTypeFactory
 
A B C D E F G H I M N O R S T U V W _ 
跳过导航链接

Copyright © 2016–2023. All rights reserved.