| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        com.google.inject.AbstractModule | 
    
    
    
        
            |   | 
        
               ↳ | 
         	
        xades4j.xml.marshalling.algorithms.AlgorithmParametersBindingsModule | 
    
    
Class Overview
Contains the Guice bindings for the components on this package.
 
Summary
| 
  [Expand]
   Inherited Methods  | 
   
From class
  com.google.inject.AbstractModule
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        addError(Message arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        addError(Throwable arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        addError(String arg0, Object... arg1)
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            LinkedBindingBuilder<T>
         | 
        
        bind(Key<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            AnnotatedBindingBuilder<T>
         | 
        
        bind(Class<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            AnnotatedBindingBuilder<T>
         | 
        
        bind(TypeLiteral<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            AnnotatedConstantBindingBuilder
         | 
        
        bindConstant()
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindInterceptor(Matcher<? super Class<?>> arg0, Matcher<? super Method> arg1, MethodInterceptor... arg2)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindListener(Matcher<? super Binding<?>> arg0, ProvisionListener... arg1)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindListener(Matcher<? super TypeLiteral<?>> arg0, TypeListener arg1)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        bindScope(Class<? extends Annotation> arg0, Scope arg1)
        
   |  
	 
    
        | 
            
            
            
            
            
            Binder
         | 
        
        binder()
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        configure()
        
   |  
	 
    
        | 
            
            synchronized
            final
            
            
            void
         | 
        
        configure(Binder arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        convertToTypes(Matcher<? super TypeLiteral<?>> arg0, TypeConverter arg1)
        
   |  
	 
    
        | 
            
            
            
            
            
            Stage
         | 
        
        currentStage()
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            MembersInjector<T>
         | 
        
        getMembersInjector(TypeLiteral<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            MembersInjector<T>
         | 
        
        getMembersInjector(Class<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            Provider<T>
         | 
        
        getProvider(Key<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            <T>
            Provider<T>
         | 
        
        getProvider(Class<T> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        install(Module arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requestInjection(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requestStaticInjection(Class...<?> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requireBinding(Key<?> arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        requireBinding(Class<?> arg0)
        
   |  
 
   
 
 | 
   
From class
  java.lang.Object
  
   
  
    
    
	 
    
        | 
            
            
            
            
            
            Object
         | 
        
        clone()
        
   |  
	 
    
        | 
            
            
            
            
            
            boolean
         | 
        
        equals(Object arg0)
        
   |  
	 
    
        | 
            
            
            
            
            
            void
         | 
        
        finalize()
        
   |  
	 
    
        | 
            
            
            final
            
            
            Class<?>
         | 
        
        getClass()
        
   |  
	 
    
        | 
            
            
            
            
            
            int
         | 
        
        hashCode()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notify()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        notifyAll()
        
   |  
	 
    
        | 
            
            
            
            
            
            String
         | 
        
        toString()
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0, int arg1)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait(long arg0)
        
   |  
	 
    
        | 
            
            
            final
            
            
            void
         | 
        
        wait()
        
   |  
 
   
 
 | 
   
From interface
  com.google.inject.Module
  
   
  
    
    
	 
    
        | 
            abstract
            
            
            
            
            void
         | 
        
        configure(Binder arg0)
        
   |  
 
   
 
 | 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      AlgorithmParametersBindingsModule
      ()
    
      
    
 
Protected Methods
 
    
      
        protected 
         
         
         
         
        void
      
      configure
      ()