| Package | Description |
|---|---|
| org.rapidoid.cls | |
| org.rapidoid.data | |
| org.rapidoid.serialize | |
| org.rapidoid.util |
| Modifier and Type | Method and Description |
|---|---|
TUUID |
TypeSpecificFactory.tuuid(T context) |
| Modifier and Type | Method and Description |
|---|---|
R |
TypeSpecificVisitor.process(T context,
TUUID value) |
| Modifier and Type | Method and Description |
|---|---|
TUUID |
TUUIDDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
Class<TUUID> |
TUUIDSerializer.handledType() |
Class<TUUID> |
TUUIDDeserializer.handledType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TUUIDSerializer.serialize(TUUID tuuid,
com.fasterxml.jackson.core.JsonGenerator generator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Method and Description |
|---|---|
TUUID |
TypeSpecificDeserializer.tuuid(ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
Void |
TypeSpecificSerializer.process(ByteBuffer buf,
TUUID value) |
| Modifier and Type | Method and Description |
|---|---|
static TUUID |
TUUID.fromBytes(byte[] bytes) |
static TUUID |
TUUID.fromString(String tuuid) |
| Modifier and Type | Method and Description |
|---|---|
int |
TUUID.compareTo(TUUID other) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.