Serialized Form
-
Package jodd.bean
-
Exception Class jodd.bean.BeanException
class BeanException extends UncheckedException implements Serializable
-
-
Package jodd.bean.exception
-
Exception Class jodd.bean.exception.ForcedBeanException
class ForcedBeanException extends BeanException implements Serializable -
Exception Class jodd.bean.exception.InvalidPropertyBeanException
class InvalidPropertyBeanException extends BeanException implements Serializable -
Exception Class jodd.bean.exception.InvokePropertyBeanException
class InvokePropertyBeanException extends BeanException implements Serializable -
Exception Class jodd.bean.exception.NullPropertyBeanException
class NullPropertyBeanException extends BeanException implements Serializable -
Exception Class jodd.bean.exception.PropertyNotFoundBeanException
class PropertyNotFoundBeanException extends BeanException implements Serializable
-
-
Package jodd.exception
-
Exception Class jodd.exception.UncheckedException
class UncheckedException extends RuntimeException implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
showCauseDetails
boolean showCauseDetails
If set totruestack trace will be enhanced with cause's stack traces.
-
-
-
-
Package jodd.time
-
Class jodd.time.JulianDate
class JulianDate extends Object implements Serializable-
Serialized Fields
-
fraction
double fraction
Fraction part of the Julian Date (JD). Should be always in [0.0, 1.0) range. -
integer
int integer
Integer part of the Julian Date (JD).
-
-
-
-
Package jodd.typeconverter
-
Exception Class jodd.typeconverter.TypeConversionException
class TypeConversionException extends UncheckedException implements Serializable
-
-
Package jodd.util
-
Class jodd.util.NaturalOrderComparator
class NaturalOrderComparator extends Object implements Serializable-
Serialized Fields
-
ignoreAccents
boolean ignoreAccents
-
ignoreCase
boolean ignoreCase
-
skipSpaces
boolean skipSpaces
-
-
-