| Package | Description |
|---|---|
| com.casper.sdk.service.serialization.cltypes | |
| com.casper.sdk.types |
| Modifier and Type | Method and Description |
|---|---|
static CLValue |
CLValueBuilder.buildCLValue(CLType type,
Object value) |
<T extends TypesSerializer> |
TypesFactory.getInstance(CLType inputType) |
| Modifier and Type | Method and Description |
|---|---|
static CLType |
CLType.fromString(String jsonName) |
CLType |
CLTypeInfo.getType() |
static CLType |
CLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLType[] |
CLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CLType.isNumeric(CLType clType) |
| Constructor and Description |
|---|
CLTypeInfo(CLType type) |
CLValue(byte[] bytes,
CLType clType) |
CLValue(byte[] bytes,
CLType clType,
Object parsed) |
Copyright © 2022. All rights reserved.