@Immutable public class ThriftServiceMetadata extends Object
| Constructor and Description |
|---|
ThriftServiceMetadata(Class<?> serviceClass,
ThriftCatalog catalog) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getDocumentation() |
String |
getIdlName() |
Map<String,ThriftMethodMetadata> |
getMethods() |
String |
getName() |
static ThriftService |
getThriftServiceAnnotation(Class<?> serviceClass) |
int |
hashCode() |
public ThriftServiceMetadata(Class<?> serviceClass, ThriftCatalog catalog)
public String getName()
public String getIdlName()
public Map<String,ThriftMethodMetadata> getMethods()
public static ThriftService getThriftServiceAnnotation(Class<?> serviceClass)
Copyright © 2012–2019. All rights reserved.