Uses of Class
de.vinado.lib.identifier.Identifier
Package
Description
-
Uses of Identifier in de.vinado.lib.identifier
Modifier and TypeInterfaceDescriptioninterface
Identifiable<T,
R extends Identifier<T>> Common interface to be used on anyIdentifier
-identifiable types.interface
IdentifierFactory<T,
R extends Identifier<T>> Abstractfunction
for creation new identifiers. -
Uses of Identifier in de.vinado.lib.identifier.basic
Modifier and TypeClassDescriptionclass
Long
-base application identifier VO.class
String
-based application identifier VO.class
UUID
-typed application identifier VO.Modifier and TypeMethodDescriptionint
NumericIdentifier.compareTo
(Identifier<Long> that) final int
StringIdentifier.compareTo
(Identifier<String> that) final int
UuidIdentifier.compareTo
(Identifier<UUID> other) -
Uses of Identifier in de.vinado.lib.identifier.jackson
Modifier and TypeClassDescriptionclass
IdentifierDeserializer<T,
R extends Identifier<T>> AbstractJsonDeserializer
that reads a value from the JSON tree and converts it into a subtype ofIdentifier
.Modifier and TypeMethodDescriptionvoid
IdentifierSerializer.serialize
(Identifier identifier, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)