| Package | Description |
|---|---|
| ai.z.openapi.service.realtime.object |
| Modifier and Type | Method and Description |
|---|---|
IntOrInfObj |
IntOrInfObj.ConfigIntOrInfDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext context) |
static IntOrInfObj |
IntOrInfObj.inf()
Creates an IntOrInfObj representing infinity.
|
static IntOrInfObj |
IntOrInfObj.of(int value)
Creates an IntOrInfObj with a specific integer value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IntOrInfObj.ConfigIntOrInfSerializer.serialize(IntOrInfObj value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
Copyright © 2025. All rights reserved.