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

A

addColumn(Set<RDBColumnMetaData>) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
addColumn() - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
addGlobalVariable(String, Object) - 类 中的方法org.hswebframework.web.starter.SystemInitializeAutoConfiguration
 
addOrAlterColumn(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
addScriptContext(String, Object) - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
alias(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
alias(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
ALL - 类 中的静态变量org.hswebframework.web.starter.CorsProperties.CorsConfiguration
Wildcard representing all origins, methods, or headers.
alterTable(RDBTableMetaData) - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
applicationContextHolder() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
AppProperties - org.hswebframework.web.starter中的类
 
AppProperties() - 类 的构造器org.hswebframework.web.starter.AppProperties
 
artifactId - 类 中的变量org.hswebframework.web.starter.SystemVersion.Dependency
 
author - 类 中的变量org.hswebframework.web.starter.SystemVersion.Dependency
 
authorizationArgumentResolver() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
AuthorizationArgumentResolver - org.hswebframework.web.starter.resolver中的类
权限参数转换器,自动将Authentication注入controller 例如: @RequestMapping("/example") public ResponseMessage foo(Authorization auth){ return ok(); }
AuthorizationArgumentResolver() - 类 的构造器org.hswebframework.web.starter.resolver.AuthorizationArgumentResolver
 

B

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

C

canRead(Type, Class<?>, MediaType) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
classForName(String) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
columnDef(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
comment(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
comment(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
comment - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
commit() - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
commit() - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
converter(Object) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
converter(Object) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
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
 
corsFilter(CorsProperties) - 类 中的方法org.hswebframework.web.starter.CorsAutoConfiguration
 
CorsProperties - org.hswebframework.web.starter中的类
 
CorsProperties() - 类 的构造器org.hswebframework.web.starter.CorsProperties
 
CorsProperties.CorsConfiguration - org.hswebframework.web.starter中的类
 
createMappers() - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties
 
createOrAlter(String) - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
createTable(RDBTableMetaData) - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
custom(Consumer<RDBTableMetaData>) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
custom(Consumer<RDBColumnMetaData>) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
customize(MapperEntityFactory) - 接口 中的方法org.hswebframework.web.starter.entity.EntityMappingCustomizer
 

D

dataType(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
dependencies - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
Dependency() - 类 的构造器org.hswebframework.web.starter.SystemVersion.Dependency
 
DependencyInstaller - org.hswebframework.web.starter.init中的接口
TODO 完成注释
DependencyUpgrader - org.hswebframework.web.starter.init中的接口
TODO 完成注释
doInitialize(Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
doInstall(Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
doInstall() - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
DoNotingTableBuilder - org.hswebframework.web.starter.init中的类
 
DoNotingTableBuilder() - 类 的构造器org.hswebframework.web.starter.init.DoNotingTableBuilder
 
DoNotingTableBuilder.DoNotionColumnBuilder - org.hswebframework.web.starter.init中的类
 
DoNotionColumnBuilder() - 类 的构造器org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
doUnInstall(Map<String, Object>) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
doUpgrade(Map<String, Object>, SystemVersion.Dependency) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 

E

EntityFactoryInitConfiguration - org.hswebframework.web.starter.entity中的类
 
EntityFactoryInitConfiguration() - 类 的构造器org.hswebframework.web.starter.entity.EntityFactoryInitConfiguration
 
entityFactoryInitConfiguration() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
EntityMappingCustomizer - org.hswebframework.web.starter.entity中的接口
 
EntityProperties - org.hswebframework.web.starter.entity中的类
hsweb: entity: mapping: org.hswebframework.web.entity.user.UserEntity:com.company.entity.user.CustomUserEntity
EntityProperties() - 类 的构造器org.hswebframework.web.starter.entity.EntityProperties
 
EntityProperties.Mapping - org.hswebframework.web.starter.entity中的类
 
execute(Map<String, Object>) - 接口 中的方法org.hswebframework.web.starter.init.InitializeCallBack
 
execute(Map<String, Object>) - 接口 中的方法org.hswebframework.web.starter.init.InstallerCallBack
 
execute(Map<String, Object>) - 接口 中的方法org.hswebframework.web.starter.init.UpgradeCallBack
 

F

FastJsonGenericHttpMessageConverter - org.hswebframework.web.starter.convert中的类
 
FastJsonGenericHttpMessageConverter() - 类 的构造器org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
fastJsonGenericHttpMessageConverter(EntityFactory) - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
FastJsonHttpMessageConverter - org.hswebframework.web.starter.convert中的类
 
FastJsonHttpMessageConverter() - 类 的构造器org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
fastJsonHttpMessageConverter() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
filter(List<Map<String, Object>>) - 接口 中的方法org.hswebframework.web.starter.init.DependencyUpgrader
 
filter(List<Map<String, Object>>) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyUpgrader
 
FrameworkVersion() - 类 的构造器org.hswebframework.web.starter.SystemVersion.FrameworkVersion
 
frameworkVersion - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
fromMap(Map<String, Object>) - 类 中的静态方法org.hswebframework.web.starter.SystemVersion.Dependency
 

G

getArtifactId() - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
getAuthor() - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
getCharset() - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
getCharset() - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
getClass(String, String) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
getDependencies() - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
getDependency() - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
getDependency(String, String) - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
getDepKey(String, String) - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
getFeatures() - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
getFeatures() - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
getFrameworkVersion() - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
getGroupId() - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
getMapping() - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
getMappings() - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties
 
getMeta() - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
getOrder() - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
getOrder() - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
getScriptContext() - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
getSourceBasePackage() - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
getSourceClass(String) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
getTable(String) - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
getTargetBasePackage() - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
getTargetClass(String) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
groupId - 类 中的变量org.hswebframework.web.starter.SystemVersion.Dependency
 

H

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

I

index() - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
init() - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
init() - 类 中的方法org.hswebframework.web.starter.SystemInitializeAutoConfiguration
 
initDepCache() - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
InitializeCallBack - org.hswebframework.web.starter.init中的接口
TODO 完成注释
initInstallInfo() - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
install() - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
InstallerCallBack - org.hswebframework.web.starter.init中的接口
TODO 完成注释
isSameDependency(SystemVersion.Dependency) - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
isSameDependency(String, String) - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 

J

javaType(Class) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
jdbcType(JDBCType) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
JsonParam - org.hswebframework.web.starter.resolver中的注释类型
 
jsonParamResolver(FastJsonGenericHttpMessageConverter) - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
JsonParamResolver - org.hswebframework.web.starter.resolver中的类
TODO 完成注释
JsonParamResolver(FastJsonGenericHttpMessageConverter) - 类 的构造器org.hswebframework.web.starter.resolver.JsonParamResolver
 

L

length(int) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
length(int, int) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
logicPrimaryKeyValidator() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 

M

majorVersion - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
mapperEntityFactory() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
Mapping() - 类 的构造器org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
minorVersion - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 

N

name(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
name - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
notNull() - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 

O

onInitialize(InitializeCallBack) - 接口 中的方法org.hswebframework.web.starter.init.DependencyInstaller
 
onInitialize(InitializeCallBack) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
onInstall(InstallerCallBack) - 接口 中的方法org.hswebframework.web.starter.init.DependencyInstaller
 
onInstall(InstallerCallBack) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
onUninstall(InstallerCallBack) - 接口 中的方法org.hswebframework.web.starter.init.DependencyInstaller
 
onUninstall(InstallerCallBack) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
onUpgrade(UpgradeCallBack) - 接口 中的方法org.hswebframework.web.starter.init.DependencyInstaller
 
onUpgrade(UpgradeCallBack) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
org.hswebframework.web.starter - 程序包 org.hswebframework.web.starter
 
org.hswebframework.web.starter.convert - 程序包 org.hswebframework.web.starter.convert
 
org.hswebframework.web.starter.entity - 程序包 org.hswebframework.web.starter.entity
 
org.hswebframework.web.starter.event - 程序包 org.hswebframework.web.starter.event
 
org.hswebframework.web.starter.init - 程序包 org.hswebframework.web.starter.init
 
org.hswebframework.web.starter.init.simple - 程序包 org.hswebframework.web.starter.init.simple
 
org.hswebframework.web.starter.resolver - 程序包 org.hswebframework.web.starter.resolver
 

P

parseFilter(ResponseMessage<?>) - 类 中的静态方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.hswebframework.web.starter.entity.EntityFactoryInitConfiguration
 
postProcessAfterInitialization(Object, String) - 类 中的方法org.hswebframework.web.starter.SystemInitializeAutoConfiguration
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.hswebframework.web.starter.entity.EntityFactoryInitConfiguration
 
postProcessBeforeInitialization(Object, String) - 类 中的方法org.hswebframework.web.starter.SystemInitializeAutoConfiguration
 
primaryKey() - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
property(String, Object) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder.DoNotionColumnBuilder
 
property(String, Object) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 

R

read(Type, Class<?>, HttpInputMessage) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
readByBytes(Type, byte[]) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
readByBytes(Class<?>, byte[]) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
readByString(Type, String) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
readByString(Class<?>, String) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
readInternal(Class<?>, HttpInputMessage) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
reloadTable(RDBTableMetaData) - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
removeColumn(String) - 类 中的方法org.hswebframework.web.starter.init.DoNotingTableBuilder
 
removeTable(String) - 类 中的方法org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.hswebframework.web.starter.resolver.AuthorizationArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法org.hswebframework.web.starter.resolver.JsonParamResolver
 
restControllerExceptionTranslator() - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
RestControllerExceptionTranslator - org.hswebframework.web.starter中的类
 
RestControllerExceptionTranslator() - 类 的构造器org.hswebframework.web.starter.RestControllerExceptionTranslator
 
revisionVersion - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
run(String...) - 类 中的方法org.hswebframework.web.starter.SystemInitializeAutoConfiguration
 

S

setArtifactId(String) - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
setAuthor(String) - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
setCharset(Charset) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
setCharset(Charset) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
setConverters(List<CustomMessageConverter>) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
setConverters(List<CustomMessageConverter>) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
setDependencies(List<SystemVersion.Dependency>) - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
setFeatures(SerializerFeature...) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
setFeatures(SerializerFeature...) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
setFrameworkVersion(SystemVersion.FrameworkVersion) - 类 中的方法org.hswebframework.web.starter.SystemVersion
 
setGroupId(String) - 类 中的方法org.hswebframework.web.starter.SystemVersion.Dependency
 
setIgnore(boolean) - 类 中的方法org.hswebframework.web.starter.event.SystemInitializeEvent
 
setMapping(Map<String, String>) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
setMappings(List<EntityProperties.Mapping>) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties
 
setSourceBasePackage(String) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
setTargetBasePackage(String) - 类 中的方法org.hswebframework.web.starter.entity.EntityProperties.Mapping
 
setup(SystemVersion.Dependency) - 接口 中的方法org.hswebframework.web.starter.init.DependencyInstaller
 
setup(Map<String, Object>) - 接口 中的方法org.hswebframework.web.starter.init.DependencyInstaller
 
setup(SystemVersion.Dependency) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
SimpleDependencyInstaller - org.hswebframework.web.starter.init.simple中的类
 
SimpleDependencyInstaller() - 类 的构造器org.hswebframework.web.starter.init.simple.SimpleDependencyInstaller
 
SimpleDependencyUpgrader - org.hswebframework.web.starter.init.simple中的类
TODO 完成注释
SimpleDependencyUpgrader(SystemVersion.Dependency, SystemVersion.Dependency, Map<String, Object>) - 类 的构造器org.hswebframework.web.starter.init.simple.SimpleDependencyUpgrader
 
SkipCreateOrAlterRDBDatabase - org.hswebframework.web.starter.init中的类
 
SkipCreateOrAlterRDBDatabase() - 类 的构造器org.hswebframework.web.starter.init.SkipCreateOrAlterRDBDatabase
 
snapshot - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
supports(Class<?>) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
supports(Class<?>) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
supportsParameter(MethodParameter) - 类 中的方法org.hswebframework.web.starter.resolver.AuthorizationArgumentResolver
 
supportsParameter(MethodParameter) - 类 中的方法org.hswebframework.web.starter.resolver.JsonParamResolver
 
syncSystemVersion() - 类 中的方法org.hswebframework.web.starter.init.SystemInitialize
 
SystemInitialize - org.hswebframework.web.starter.init中的类
 
SystemInitialize(SqlExecutor, RDBDatabase, SystemVersion) - 类 的构造器org.hswebframework.web.starter.init.SystemInitialize
 
SystemInitializeAutoConfiguration - org.hswebframework.web.starter中的类
 
SystemInitializeAutoConfiguration() - 类 的构造器org.hswebframework.web.starter.SystemInitializeAutoConfiguration
 
SystemInitializeEvent - org.hswebframework.web.starter.event中的类
 
SystemInitializeEvent(RDBDatabase) - 类 的构造器org.hswebframework.web.starter.event.SystemInitializeEvent
 
SystemVersion - org.hswebframework.web.starter中的类
 
SystemVersion() - 类 的构造器org.hswebframework.web.starter.SystemVersion
 
SystemVersion(String) - 类 的构造器org.hswebframework.web.starter.SystemVersion
 
SystemVersion.Dependency - org.hswebframework.web.starter中的类
 
SystemVersion.FrameworkVersion - org.hswebframework.web.starter中的类
 
SystemVersion.Property - org.hswebframework.web.starter中的接口
 

T

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

U

upgrade(UpgradeCallBack) - 接口 中的方法org.hswebframework.web.starter.init.DependencyUpgrader
 
upgrade(UpgradeCallBack) - 类 中的方法org.hswebframework.web.starter.init.simple.SimpleDependencyUpgrader
 
UpgradeCallBack - org.hswebframework.web.starter.init中的接口
TODO 完成注释
UTF8 - 类 中的静态变量org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
UTF8 - 类 中的静态变量org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 

W

webMvcConfigurer(List<HandlerMethodArgumentResolver>) - 类 中的方法org.hswebframework.web.starter.HswebAutoConfiguration
 
website - 接口 中的静态变量org.hswebframework.web.starter.SystemVersion.Property
 
writeInternal(Object, Type, HttpOutputMessage) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonGenericHttpMessageConverter
 
writeInternal(Object, HttpOutputMessage) - 类 中的方法org.hswebframework.web.starter.convert.FastJsonHttpMessageConverter
 
A B C D E F G H I J L M N O P R S T U W 
跳过导航链接

Copyright © 2016–2020. All rights reserved.