public static class ConfigurationInspector.ConfigRecord<T> extends Object implements Comparable<ConfigurationInspector.ConfigRecord<?>>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ConfigurationInspector.ConfigRecord<?> that) |
boolean |
equals(Object o) |
SortedSet<ConfigurationInspector.ConfigAttribute> |
getAttributes() |
Class<T> |
getConfigClass() |
com.google.inject.Key<T> |
getKey() |
String |
getPrefix() |
int |
hashCode() |
public com.google.inject.Key<T> getKey()
public String getPrefix()
public SortedSet<ConfigurationInspector.ConfigAttribute> getAttributes()
public int compareTo(ConfigurationInspector.ConfigRecord<?> that)
compareTo in interface Comparable<ConfigurationInspector.ConfigRecord<?>>Copyright © 2010–2024 Airlift. All rights reserved.