| Package | Description |
|---|---|
| com.viaoa.concurrent |
Solutions for concurrent processing patterns.
|
| com.viaoa.converter |
Suports OAConverter class, package used to work with and transform data types.
|
| com.viaoa.json.jackson | |
| com.viaoa.model.oa |
Helper wrapper classes.
|
| com.viaoa.util |
Utility Classes used for object graphs and applications.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledFuture<?> |
OAScheduledExecutorService.scheduleEvery(Runnable r,
OATime time) |
| Modifier and Type | Method and Description |
|---|---|
protected OATime |
OAConverterOATime.convertToOATime(Object value,
String fmt) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
OAConverterOATime.convertFromOATime(Class toClass,
OATime timeValue,
String fmt) |
| Modifier and Type | Method and Description |
|---|---|
OATime |
OATimeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
void |
OATimeSerializer.serialize(OATime value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
| Modifier and Type | Method and Description |
|---|---|
OATime |
VTime.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
VTime.setValue(OATime newValue) |
| Modifier and Type | Method and Description |
|---|---|
static OATime |
OATime.timeValue(String time)
Converts a String to an OATime using a default format.
|
static OATime |
OATime.timeValue(String time,
String fmt)
Converts a String to an OATime using a supplied format.
|
static OATime |
OAConverter.toTime(Object value)
Convert a String to an OATime.
|
static OATime |
OAConverter.toTime(Object value,
String fmt)
Convert a String to an OATime.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OADateTime.setTime(OATime t) |
| Constructor and Description |
|---|
OADateTime(OADate d,
OATime t)
Creates new datetime, using date and time.
|
Copyright © 1999–2025 ViaOA. All rights reserved.