Package io.vertigo.core.lang
-
Interface Summary Interface Description BasicTypeAdapter<J,B> This class adapts a non compliant java type to a compliant SQL java type.Builder<T> The Builder interface allows you to build an object step by step using a fluent style.DataStream Type primitif de Flux. -
Class Summary Class Description Assertion Assertions help us to build better code, with more robustness.Either<L,R> Either is an immutable object, it contains left XOR right element.Tuple<A,B> Tuples are immutable objects. -
Enum Summary Enum Description BasicType Basic types.Cardinality Cardinalities. -
Exception Summary Exception Description VSystemException This class defines a Vertigo system exception.VUserException Root Class for all user exceptions.WrappedException Encapsulates checked Exception inside a RuntimeException. -
Annotation Types Summary Annotation Type Description Generated This annotation is used to identify all the generated classes.JsonExclude This annotation is required to exclude some properties of json (un)marshalling.