Class SlardarEnabledProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = SlardarEnabledProp.Key) public class SlardarEnabledProp
wings-enabled-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$doubleKillpublic final static StringKey$monitorJvmpublic final static StringKey$monitorLogpublic final static StringKey$hazelcastStandalonepublic final static StringKey$cookiepublic final static StringKey$debouncepublic final static StringKey$domainxpublic final static StringKey$firstBloodpublic final static StringKey$firstBloodImagepublic final static StringKey$jacksonDatetimepublic final static StringKey$jacksonEmptypublic final static StringKey$jacksonNumberpublic final static StringKey$jacksonResourcepublic final static StringKey$jacksonResultpublic final static StringKey$pagequerypublic final static StringKey$restreampublic final static StringKey$righterpublic final static StringKey$sessionpublic final static StringKey$swaggerpublic final static StringKey$terminal
-
Constructor Summary
Constructors Constructor Description SlardarEnabledProp()
-
Method Summary
Modifier and Type Method Description booleanisDoubleKill()whether to enable DoubleKill by DoubleKillAround AOP booleanisMonitorJvm()whether to enable Jvm monitor booleanisMonitorLog()whether to enable Log monitor booleanisHazelcastStandalone()Start as standalone at devtool to reduce cluster impact see hazelcast-simulator booleanisCookie()whether to enable cookie customization booleanisDebounce()whether to enable Interceptor of debounce booleanisDomainx()whether to enable domain-extend booleanisFirstBlood()whether to enable Interceptor of FirstBlood booleanisFirstBloodImage()whether to enable image captcha Interceptor of FirstBlood booleanisJacksonDatetime()whether to enable webmvc date/time converter of Wings booleanisJacksonEmpty()whether to enable webmvc empty converter of Wings booleanisJacksonNumber()whether to enable the Jackson precision limit of wings for Double, Float, BigDecimal booleanisJacksonResource()whether to enable serialization of the resource into a readable URL with Wings' Jackson config booleanisJacksonResult()whether to enable webmvc result converter of Wings booleanisPagequery()whether to enable PageQuery webmvc resolver of Wings booleanisRestream()whether to enable reuse stream filter booleanisRighter()whether to prevent forgery editing booleanisSession()whether to enable wings session customization booleanisSwagger()whether to enable swagger config booleanisTerminal()whether to enable WingsTerminalContext booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetDoubleKill(boolean doubleKill)whether to enable DoubleKill by DoubleKillAround AOP voidsetMonitorJvm(boolean monitorJvm)whether to enable Jvm monitor voidsetMonitorLog(boolean monitorLog)whether to enable Log monitor voidsetHazelcastStandalone(boolean hazelcastStandalone)Start as standalone at devtool to reduce cluster impact see hazelcast-simulator voidsetCookie(boolean cookie)whether to enable cookie customization voidsetDebounce(boolean debounce)whether to enable Interceptor of debounce voidsetDomainx(boolean domainx)whether to enable domain-extend voidsetFirstBlood(boolean firstBlood)whether to enable Interceptor of FirstBlood voidsetFirstBloodImage(boolean firstBloodImage)whether to enable image captcha Interceptor of FirstBlood voidsetJacksonDatetime(boolean jacksonDatetime)whether to enable webmvc date/time converter of Wings voidsetJacksonEmpty(boolean jacksonEmpty)whether to enable webmvc empty converter of Wings voidsetJacksonNumber(boolean jacksonNumber)whether to enable the Jackson precision limit of wings for Double, Float, BigDecimal voidsetJacksonResource(boolean jacksonResource)whether to enable serialization of the resource into a readable URL with Wings' Jackson config voidsetJacksonResult(boolean jacksonResult)whether to enable webmvc result converter of Wings voidsetPagequery(boolean pagequery)whether to enable PageQuery webmvc resolver of Wings voidsetRestream(boolean restream)whether to enable reuse stream filter voidsetRighter(boolean righter)whether to prevent forgery editing voidsetSession(boolean session)whether to enable wings session customization voidsetSwagger(boolean swagger)whether to enable swagger config voidsetTerminal(boolean terminal)whether to enable WingsTerminalContext -
-
Method Detail
-
isDoubleKill
boolean isDoubleKill()
whether to enable DoubleKill by DoubleKillAround AOP
-
isMonitorJvm
boolean isMonitorJvm()
whether to enable Jvm monitor
-
isMonitorLog
boolean isMonitorLog()
whether to enable Log monitor
-
isHazelcastStandalone
boolean isHazelcastStandalone()
Start as standalone at devtool to reduce cluster impact see hazelcast-simulator
-
isCookie
boolean isCookie()
whether to enable cookie customization
-
isDebounce
boolean isDebounce()
whether to enable Interceptor of debounce
-
isDomainx
boolean isDomainx()
whether to enable domain-extend
-
isFirstBlood
boolean isFirstBlood()
whether to enable Interceptor of FirstBlood
-
isFirstBloodImage
boolean isFirstBloodImage()
whether to enable image captcha Interceptor of FirstBlood
-
isJacksonDatetime
boolean isJacksonDatetime()
whether to enable webmvc date/time converter of Wings
-
isJacksonEmpty
boolean isJacksonEmpty()
whether to enable webmvc empty converter of Wings
-
isJacksonNumber
boolean isJacksonNumber()
whether to enable the Jackson precision limit of wings for Double, Float, BigDecimal
-
isJacksonResource
boolean isJacksonResource()
whether to enable serialization of the resource into a readable URL with Wings' Jackson config
-
isJacksonResult
boolean isJacksonResult()
whether to enable webmvc result converter of Wings
-
isPagequery
boolean isPagequery()
whether to enable PageQuery webmvc resolver of Wings
-
isRestream
boolean isRestream()
whether to enable reuse stream filter
-
isRighter
boolean isRighter()
whether to prevent forgery editing
-
isSession
boolean isSession()
whether to enable wings session customization
-
isSwagger
boolean isSwagger()
whether to enable swagger config
-
isTerminal
boolean isTerminal()
whether to enable WingsTerminalContext
-
hashCode
int hashCode()
-
setDoubleKill
void setDoubleKill(boolean doubleKill)
whether to enable DoubleKill by DoubleKillAround AOP
-
setMonitorJvm
void setMonitorJvm(boolean monitorJvm)
whether to enable Jvm monitor
-
setMonitorLog
void setMonitorLog(boolean monitorLog)
whether to enable Log monitor
-
setHazelcastStandalone
void setHazelcastStandalone(boolean hazelcastStandalone)
Start as standalone at devtool to reduce cluster impact see hazelcast-simulator
-
setCookie
void setCookie(boolean cookie)
whether to enable cookie customization
-
setDebounce
void setDebounce(boolean debounce)
whether to enable Interceptor of debounce
-
setDomainx
void setDomainx(boolean domainx)
whether to enable domain-extend
-
setFirstBlood
void setFirstBlood(boolean firstBlood)
whether to enable Interceptor of FirstBlood
-
setFirstBloodImage
void setFirstBloodImage(boolean firstBloodImage)
whether to enable image captcha Interceptor of FirstBlood
-
setJacksonDatetime
void setJacksonDatetime(boolean jacksonDatetime)
whether to enable webmvc date/time converter of Wings
-
setJacksonEmpty
void setJacksonEmpty(boolean jacksonEmpty)
whether to enable webmvc empty converter of Wings
-
setJacksonNumber
void setJacksonNumber(boolean jacksonNumber)
whether to enable the Jackson precision limit of wings for Double, Float, BigDecimal
-
setJacksonResource
void setJacksonResource(boolean jacksonResource)
whether to enable serialization of the resource into a readable URL with Wings' Jackson config
-
setJacksonResult
void setJacksonResult(boolean jacksonResult)
whether to enable webmvc result converter of Wings
-
setPagequery
void setPagequery(boolean pagequery)
whether to enable PageQuery webmvc resolver of Wings
-
setRestream
void setRestream(boolean restream)
whether to enable reuse stream filter
-
setRighter
void setRighter(boolean righter)
whether to prevent forgery editing
-
setSession
void setSession(boolean session)
whether to enable wings session customization
-
setSwagger
void setSwagger(boolean swagger)
whether to enable swagger config
-
setTerminal
void setTerminal(boolean terminal)
whether to enable WingsTerminalContext
-
-
-
-