@Immutable public class ThriftParameterInjection extends Object implements ThriftInjection
| Constructor and Description |
|---|
ThriftParameterInjection(short id,
String name,
int parameterIndex,
Type javaType) |
| Modifier and Type | Method and Description |
|---|---|
FieldKind |
getFieldKind() |
short |
getId() |
Type |
getJavaType() |
String |
getName() |
int |
getParameterIndex() |
String |
toString() |
public short getId()
getId in interface ThriftInjectionpublic String getName()
getName in interface ThriftInjectionpublic FieldKind getFieldKind()
getFieldKind in interface ThriftInjectionpublic int getParameterIndex()
public Type getJavaType()
Copyright © 2012–2024. All rights reserved.