Class TypedReflections
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.schema.typed.TypedReflections
-
public final class TypedReflections extends Object
Utilities for extracting annotation information at runtime.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NonNull com.google.common.collect.Range<Version>getColumnVersionRange(Method method)static @Nullable StringgetTableDatabase(Class<?> type)static @NonNull StringgetTableName(Class<?> type)static @NonNull com.google.common.collect.Range<Version>getTableVersionRange(Class<?> type)
-