Package | Description |
---|---|
info.junius.library.jabb.constants | |
info.junius.library.jabb.util |
Modifier and Type | Method and Description |
---|---|
static Type |
Type.getByClazz(java.lang.Class<?> value)
Returns type based on class
|
static Type |
Type.getByFlag(byte value)
Returns type matching the bit pattern or null if not found.
|
static Type |
Type.getByValue(java.lang.Object value)
Returns type matching the type of the given value.
|
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> Decoder<T> |
DecoderFactory.getDecoder(Type type)
Returns decoder for Type Type
|