Serialized Form
-
Package com.luna.common.anno
-
Package com.luna.common.cache
-
Class com.luna.common.cache.SimpleCache
class SimpleCache extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.luna.common.calendarist.pojo
-
Class com.luna.common.calendarist.pojo.CalendaristDate
class CalendaristDate extends Object implements Serializable-
Serialized Fields
-
day
int day
-
hour
int hour
-
millis
int millis
-
minute
int minute
-
month
int month
-
second
int second
-
timestamp
long timestamp
-
year
int year
-
-
-
Class com.luna.common.calendarist.pojo.CycleDate
class CycleDate extends CalendaristDate implements Serializable -
Class com.luna.common.calendarist.pojo.LunarDate
class LunarDate extends CalendaristDate implements Serializable-
Serialized Fields
-
itsLeapMonth
boolean itsLeapMonth
-
leapMonth
int leapMonth
-
-
-
Class com.luna.common.calendarist.pojo.SolarDate
class SolarDate extends CalendaristDate implements Serializable-
Serialized Fields
-
dayOfWeek
java.time.DayOfWeek dayOfWeek
星期
-
-
-
-
Package com.luna.common.cron
-
Class com.luna.common.cron.CronExpression
class CronExpression extends Object implements Serializable- serialVersionUID:
- 12423409423L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Package com.luna.common.dto
-
Class com.luna.common.dto.ResultDTO
class ResultDTO extends Object implements Serializable-
Serialized Fields
-
code
Integer code
业务code,见ResultCode
-
data
T data
返回值 -
message
String message
业务消息,见ResultCode
-
success
Boolean success
是否调用以及过参数校验
-
-
-
-
Package com.luna.common.escape
-
Class com.luna.common.escape.Html4Escape
class Html4Escape extends XmlEscape implements Serializable- serialVersionUID:
- 1L
-
Class com.luna.common.escape.Html4Unescape
class Html4Unescape extends XmlUnescape implements Serializable- serialVersionUID:
- 1L
-
Class com.luna.common.escape.NumericEntityUnescaper
class NumericEntityUnescaper extends StrReplacer implements Serializable- serialVersionUID:
- 1L
-
Class com.luna.common.escape.XmlEscape
class XmlEscape extends ReplacerChain implements Serializable- serialVersionUID:
- 1L
-
Class com.luna.common.escape.XmlUnescape
class XmlUnescape extends ReplacerChain implements Serializable- serialVersionUID:
- 1L
-
-
Package com.luna.common.exception
-
Exception com.luna.common.exception.BaseException
class BaseException extends RuntimeException implements Serializable-
Serialized Fields
-
code
int code
错误码ResultCode
-
message
String message
错误消息
-
-
-
Exception com.luna.common.exception.UtilException
class UtilException extends RuntimeException implements Serializable- serialVersionUID:
- 8247610319171014183L
-
-
Package com.luna.common.file
-
Class com.luna.common.file.LineIter
- serialVersionUID:
- 1L
-
Serialized Fields
-
bufferedReader
BufferedReader bufferedReader
-
-
-
Package com.luna.common.img
-
Class com.luna.common.img.Img
class Img extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
backgroundColor
Color backgroundColor
图片背景色 -
positionBaseCentre
boolean positionBaseCentre
计算x,y坐标的时候是否从中心做为原始坐标开始计算 -
quality
float quality
图片输出质量,用于压缩 -
srcImage
BufferedImage srcImage
-
targetImage
Image targetImage
-
targetImageType
String targetImageType
目标图片文件格式,用于写出
-
-
-
Package com.luna.common.io
-
Class com.luna.common.io.LineIter
class LineIter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bufferedReader
BufferedReader bufferedReader
The reader that is being read. -
cachedLine
String cachedLine
The current line. -
finished
boolean finished
A flag indicating if the iterator has been fully read.
-
-
-
Package com.luna.common.map
-
Class com.luna.common.map.BiMap
- serialVersionUID:
- 1L
-
Class com.luna.common.map.ChainHashMap
-
Class com.luna.common.map.ChainTreeMap
-
Class com.luna.common.map.MapWrapper
class MapWrapper extends Object implements Serializable- serialVersionUID:
- -7524578042008586382L
-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Package com.luna.common.mutable
-
Class com.luna.common.mutable.Holder
- serialVersionUID:
- -3119568580130118011L
-
Class com.luna.common.mutable.MutableBool
class MutableBool extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
boolean value
-
-
Class com.luna.common.mutable.MutableByte
class MutableByte extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
byte value
-
-
Class com.luna.common.mutable.MutableDouble
class MutableDouble extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
double value
-
-
Class com.luna.common.mutable.MutableFloat
class MutableFloat extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
float value
-
-
Class com.luna.common.mutable.MutableInt
class MutableInt extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
int value
-
-
Class com.luna.common.mutable.MutableLong
class MutableLong extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
long value
-
-
Class com.luna.common.mutable.MutableObj
class MutableObj extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
T value
-
-
Class com.luna.common.mutable.MutableShort
class MutableShort extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
short value
-
-
-
Package com.luna.common.net.async
-
Class com.luna.common.net.async.CustomAsyncHttpResponse
class CustomAsyncHttpResponse extends org.apache.hc.core5.http.message.BasicClassicHttpResponse implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
body
CustomResponseBody body
-
-
-
Package com.luna.common.net.download
-
Class com.luna.common.net.download.DownloadThreadEvent
class DownloadThreadEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
count
long count
-
sourObject
Object sourObject
-
-
-
Package com.luna.common.net.method
-
Class com.luna.common.net.method.HttpDelete
class HttpDelete extends org.apache.hc.client5.http.classic.methods.HttpUriRequestBase implements Serializable -
Class com.luna.common.net.method.SseRequest
class SseRequest extends org.apache.hc.client5.http.classic.methods.HttpGet implements Serializable
-
-
Package com.luna.common.net.sse
-
Class com.luna.common.net.sse.SseResponse
class SseResponse extends org.apache.hc.core5.http.message.BasicClassicHttpResponse implements Serializable-
Serialized Fields
-
entity
SseEntity entity
-
original
org.apache.hc.core5.http.HttpResponse original
-
-
-
-
Package com.luna.common.page
-
Class com.luna.common.page.Page
class Page extends Object implements Serializable-
Serialized Fields
-
currentpage
long currentpage
页数(第几页) -
last
int last
最后一页 -
list
List<?> list
-
lpage
int lpage
左边的开始的页码 -
next
int next
下页 -
offsize
int offsize
全局偏移量 -
rpage
int rpage
右边额开始的页码 -
size
int size
每页查5条 -
start
long start
从哪条开始查 -
total
long total
查询数据库里面对应的数据有多少条 从数据库查处的总记录数
-
-
-
-
Package com.luna.common.regex
-
Exception com.luna.common.regex.ValidateException
class ValidateException extends BaseException implements Serializable- serialVersionUID:
- 6057602589533840889L
-
-
Package com.luna.common.replacer
-
Class com.luna.common.replacer.LookupReplacer
class LookupReplacer extends StrReplacer implements Serializable- serialVersionUID:
- 1L
-
Class com.luna.common.replacer.ReplacerChain
class ReplacerChain extends StrReplacer implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
replacers
List<StrReplacer> replacers
-
-
Class com.luna.common.replacer.StrReplacer
class StrReplacer extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.luna.common.swing
-
Class com.luna.common.swing.ImageSelection
class ImageSelection extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
image
Image image
-
-
Class com.luna.common.swing.StrClipboardListener
class StrClipboardListener extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package com.luna.common.text
-
Class com.luna.common.text.IdcardUtil.Idcard
class Idcard extends Object implements Serializable- serialVersionUID:
- 1L
-