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 Details

    • getTableDatabase

      public static @Nullable String getTableDatabase(Class<?> type)
    • getTableName

      public static @NonNull String getTableName(Class<?> type)
    • getTableVersionRange

      public static @NonNull com.google.common.collect.Range<Version> getTableVersionRange(Class<?> type)
    • getColumnVersionRange

      public static @NonNull com.google.common.collect.Range<Version> getColumnVersionRange(Method method)