Serialized Form
-
Package dk.cloudcreate.essentials.shared.functional
-
Class dk.cloudcreate.essentials.shared.functional.CheckedExceptionRethrownException extends RuntimeException implements Serializable
-
-
Package dk.cloudcreate.essentials.shared.functional.tuple
-
Class dk.cloudcreate.essentials.shared.functional.tuple.Either extends Object implements Serializable
-
Class dk.cloudcreate.essentials.shared.functional.tuple.Empty extends Object implements Serializable
-
Class dk.cloudcreate.essentials.shared.functional.tuple.Pair extends Object implements Serializable
-
Class dk.cloudcreate.essentials.shared.functional.tuple.Single extends Object implements Serializable
-
Serialized Fields
-
_1
T1 _1
The first element in this tuple
-
-
-
Class dk.cloudcreate.essentials.shared.functional.tuple.Triple extends Object implements Serializable
-
-
Package dk.cloudcreate.essentials.shared.functional.tuple.comparable
-
Class dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparableEmpty extends Object implements Serializable
-
Class dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparablePair extends Object implements Serializable
-
Serialized Fields
-
_1
T1 extends Comparable<? super T1> _1
The first element in this tuple -
_2
T2 extends Comparable<? super T2> _2
The second element in this tuple
-
-
-
Class dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparableSingle extends Object implements Serializable
-
Serialized Fields
-
_1
T1 extends Comparable<? super T1> _1
The first element in this tuple
-
-
-
Class dk.cloudcreate.essentials.shared.functional.tuple.comparable.ComparableTriple extends Object implements Serializable
-
Serialized Fields
-
_1
T1 extends Comparable<? super T1> _1
The first element in this tuple -
_2
T2 extends Comparable<? super T2> _2
The second element in this tuple -
_3
T3 extends Comparable<? super T3> _3
The third element in this tuple
-
-
-
-
Package dk.cloudcreate.essentials.shared.messages
-
Class dk.cloudcreate.essentials.shared.messages.Message extends Object implements Serializable
-
Serialized Fields
-
message
String message
-
parameters
List<Object> parameters
-
template
MessageTemplate template
-
-
-
-
Package dk.cloudcreate.essentials.shared.reflection
-
Class dk.cloudcreate.essentials.shared.reflection.GetFieldException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.LoadingClassFailedException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.MethodInvocationFailedException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.NoFieldFoundException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.NoMatchingMethodFoundException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.ReflectionException extends RuntimeException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.SetFieldException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.TooManyMatchingFieldsFoundException extends ReflectionException implements Serializable
-
Class dk.cloudcreate.essentials.shared.reflection.TooManyMatchingMethodsFoundException extends ReflectionException implements Serializable
-
-
Package dk.cloudcreate.essentials.shared.reflection.invocation
-
Class dk.cloudcreate.essentials.shared.reflection.invocation.InvocationException extends RuntimeException implements Serializable
-