序列化表格
-
程序包 spring.turbo.autoconfiguration.properties
-
类 spring.turbo.autoconfiguration.properties.MessageSourceProps
class MessageSourceProps extends org.springframework.boot.autoconfigure.context.MessageSourceProperties implements Serializable -
类 spring.turbo.autoconfiguration.properties.SelectorSetProps
class SelectorSetProps extends Object implements Serializable-
序列化字段
-
enabled
boolean enabled
是否启用本插件 -
ignoreErrorIfUnableToParse
boolean ignoreErrorIfUnableToParse
解析失败是否忽略错误 -
ignoreErrorIfUnableToPrint
boolean ignoreErrorIfUnableToPrint
打印失败是否忽略错误 -
selectorFormatter
SelectorSetProps.SelectorProperties selectorFormatter
SelectorFormatter 配置 -
separatorBetweenSelectors
String separatorBetweenSelectors
多个 spring.turbo.module.queryselector.Selector 之间的分隔符 -
sql
SelectorSetProps.SQL sql
SQL片段转换工具相关
-
-
-
类 spring.turbo.autoconfiguration.properties.SelectorSetProps.SelectorProperties
class SelectorProperties extends Object implements Serializable -
类 spring.turbo.autoconfiguration.properties.SelectorSetProps.SQL
class SQL extends Object implements Serializable -
类 spring.turbo.autoconfiguration.properties.ZkProps
class ZkProps extends Object implements Serializable-
序列化字段
-
backoffRetryPolicy
ZkProps.BackoffRetryPolicy backoffRetryPolicy
-
connectString
String connectString
-
enabled
boolean enabled
-
leaderElection
ZkProps.LeaderElection leaderElection
-
namespace
String namespace
-
-
-
类 spring.turbo.autoconfiguration.properties.ZkProps.BackoffRetryPolicy
class BackoffRetryPolicy extends Object implements Serializable-
序列化字段
-
baseSleepTime
int baseSleepTime
-
maxRetries
int maxRetries
-
-
-
类 spring.turbo.autoconfiguration.properties.ZkProps.LeaderElection
class LeaderElection extends Object implements Serializable
-
-
程序包 spring.turbo.bean
-
类 spring.turbo.bean.Attributes
class Attributes extends org.springframework.util.LinkedMultiValueMap<String,Object> implements Serializable -
类 spring.turbo.bean.BigDecimalPair
class BigDecimalPair extends NumberPair implements Serializable -
类 spring.turbo.bean.BigIntegerPair
class BigIntegerPair extends NumberPair implements Serializable -
类 spring.turbo.bean.DateDescriptorImpl
class DateDescriptorImpl extends Object implements Serializable-
序列化字段
-
centuryString
String centuryString
-
date
LocalDate date
-
dayString
String dayString
-
isLeapYear
boolean isLeapYear
-
next12YearMonthString
String next12YearMonthString
-
next4YearQuarterString
String next4YearQuarterString
-
nextDayString
String nextDayString
-
nextWeekString
String nextWeekString
-
nextYearMonthString
String nextYearMonthString
-
nextYearQuarterString
String nextYearQuarterString
-
nextYearString
String nextYearString
-
prev12YearMonthString
String prev12YearMonthString
-
prev4YearQuarterString
String prev4YearQuarterString
-
prevDayString
String prevDayString
-
prevWeekString
String prevWeekString
-
prevYearMonthString
String prevYearMonthString
-
prevYearQuarterString
String prevYearQuarterString
-
prevYearString
String prevYearString
-
weekOption
WeekOption weekOption
-
weekString
String weekString
-
yearMonthString
String yearMonthString
-
yearQuarterString
String yearQuarterString
-
yearString
String yearString
-
-
-
类 spring.turbo.bean.DateRange
class DateRange extends Object implements Serializable-
序列化字段
-
leftInclude
DateDescriptor leftInclude
-
rightInclude
DateDescriptor rightInclude
-
-
-
类 spring.turbo.bean.DateZones
class DateZones extends Object implements Serializable -
类 spring.turbo.bean.DoublePair
class DoublePair extends NumberPair implements Serializable -
类 spring.turbo.bean.LongPair
class LongPair extends NumberPair implements Serializable -
类 spring.turbo.bean.NumberPair
class NumberPair extends Object implements Serializable-
序列化字段
-
left
BigDecimal left
-
right
BigDecimal right
-
-
-
类 spring.turbo.bean.NumberZones
class NumberZones extends Object implements Serializable-
序列化字段
-
list
List<NumberPair> list
-
-
-
类 spring.turbo.bean.Pair
class Pair extends Object implements Serializable -
类 spring.turbo.bean.Payload
-
类 spring.turbo.bean.Tuple
class Tuple extends Object implements Serializable
-
-
程序包 spring.turbo.bean.classpath
-
类 spring.turbo.bean.classpath.ClassDef
class ClassDef extends Object implements Serializable-
序列化字段
-
bd
org.springframework.beans.factory.config.BeanDefinition bd
-
clazz
Class<?> clazz
-
-
-
-
程序包 spring.turbo.bean.valueobject
-
类 spring.turbo.bean.valueobject.Batch
class Batch extends Object implements Serializable-
序列化字段
-
maxSize
int maxSize
-
threadLocal
ThreadLocal<List<T>> threadLocal
-
-
-
类 spring.turbo.bean.valueobject.BindingResultBatch
class BindingResultBatch extends Batch<org.springframework.validation.BindingResult> implements Serializable -
类 spring.turbo.bean.valueobject.ProcessPayload
class ProcessPayload extends Attributes implements Serializable-
序列化字段
-
errorCount
long errorCount
-
invalidDataCount
long invalidDataCount
-
successCount
long successCount
-
-
-
类 spring.turbo.bean.valueobject.ValueObjectGetter
class ValueObjectGetter extends Object implements Serializable-
序列化字段
-
vo
Object vo
-
vofa
org.springframework.beans.DirectFieldAccessor vofa
-
vow
org.springframework.beans.BeanWrapper vow
-
-
-
-
程序包 spring.turbo.exception
-
异常错误 spring.turbo.exception.BusinessException
class BusinessException extends RuntimeException implements Serializable -
异常错误 spring.turbo.exception.NotImplementedException
class NotImplementedException extends UnsupportedOperationException implements Serializable-
序列化字段
-
contact
String contact
联系人 (workmate)
-
-
-
异常错误 spring.turbo.exception.ValidationException
class ValidationException extends RuntimeException implements Serializable-
序列化字段
-
errors
org.springframework.validation.Errors errors
-
-
-
-
程序包 spring.turbo.jackson2
-
类 spring.turbo.jackson2.CoreModuleJackson2Module
class CoreModuleJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
程序包 spring.turbo.util
-
异常错误 spring.turbo.util.ClassLoadingException
class ClassLoadingException extends IllegalStateException implements Serializable -
异常错误 spring.turbo.util.InstantiationException
class InstantiationException extends IllegalStateException implements Serializable -
类 spring.turbo.util.Logger
class Logger extends Object implements Serializable-
序列化字段
-
enabled
boolean enabled
-
level
LogLevel level
-
log
org.slf4j.Logger log
-
-
-
类 spring.turbo.util.Range
class Range extends Object implements Serializable-
序列化字段
-
comparator
Comparator<T> comparator
-
maximum
T maximum
-
minimum
T minimum
-
-
-
异常错误 spring.turbo.util.SleepUtils.UncheckedInterruptedException
class UncheckedInterruptedException extends RuntimeException implements Serializable -
类 spring.turbo.util.StringTokenizer
class StringTokenizer extends Object implements Serializable-
序列化字段
-
chars
char[] chars
-
delimMatcher
StringMatcher delimMatcher
-
emptyAsNull
boolean emptyAsNull
-
ignoredMatcher
StringMatcher ignoredMatcher
-
ignoreEmptyTokens
boolean ignoreEmptyTokens
-
quoteMatcher
StringMatcher quoteMatcher
-
tokenPos
int tokenPos
-
tokens
String[] tokens
-
trimmerMatcher
StringMatcher trimmerMatcher
-
-
-
类 spring.turbo.util.TextStringBuilder
class TextStringBuilder extends Object implements Serializable
-
-
程序包 spring.turbo.util.collection
-
程序包 spring.turbo.util.crypto
-
类 spring.turbo.util.crypto.DSAKeys
class DSAKeys extends Object implements Serializable -
类 spring.turbo.util.crypto.ECDSAKeys
class ECDSAKeys extends Object implements Serializable -
类 spring.turbo.util.crypto.RSAKeys
class RSAKeys extends Object implements Serializable
-
-
程序包 spring.turbo.webmvc.api
-
类 spring.turbo.webmvc.api.Json
class Json extends Object implements Serializable
-