| Package | Description |
|---|---|
| com.facebook.presto.spi.type |
| Modifier and Type | Method and Description |
|---|---|
ParameterKind |
ParameterKind.JsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
ParameterKind |
TypeSignatureParameter.getKind() |
ParameterKind |
TypeParameter.getKind() |
static ParameterKind |
ParameterKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterKind[] |
ParameterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<A> A |
TypeParameter.getValue(ParameterKind expectedParameterKind,
Class<A> target) |
Copyright © 2012-2016. All Rights Reserved.