| Package | Description |
|---|---|
| net.morimekta.providence | |
| net.morimekta.providence.descriptor | |
| net.morimekta.providence.serializer.binary |
| Modifier and Type | Method and Description |
|---|---|
static PType |
PType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PType[] |
PType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PType |
PMessageDescriptor.getType() |
PType |
PEnumDescriptor.getType() |
PType |
PSet.getType() |
PType |
PList.getType() |
PType |
PMap.getType() |
PType |
PDescriptor.getType() |
default PType |
PField.getType() |
PType |
PPrimitive.getType() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
BinaryType.forType(PType type)
Get the binary type for the given value type.
|
Copyright © 2015–2017 morimekta.net. All rights reserved.