Class CredentialTypes

    • Constructor Detail

      • CredentialTypes

        public CredentialTypes()
    • Method Detail

      • credentialTypeOf

        public static <T> String credentialTypeOf​(T input)
      • indexByCredentialType

        public static <T> Map<String,​T> indexByCredentialType​(Iterable<T> iterable)
      • findCredentialType

        public static CredentialType findCredentialType​(Class<?> input)
        Find an annotation in teh given class or their parents. We need this since AutoValue classes inherit the classes we define.