Package io.grpc.auth

Class GoogleAuthLibraryCallCredentials.MethodPair

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.reflect.Method builderSetter  
      private java.lang.reflect.Method getter  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MethodPair​(java.lang.reflect.Method getter, java.lang.reflect.Method builderSetter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void apply​(com.google.auth.Credentials credentials, java.lang.Object builder)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • getter

        private final java.lang.reflect.Method getter
      • builderSetter

        private final java.lang.reflect.Method builderSetter
    • Constructor Detail

      • MethodPair

        private MethodPair​(java.lang.reflect.Method getter,
                           java.lang.reflect.Method builderSetter)
    • Method Detail

      • apply

        private void apply​(com.google.auth.Credentials credentials,
                           java.lang.Object builder)
                    throws java.lang.reflect.InvocationTargetException,
                           java.lang.IllegalAccessException
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException