Class DefaultLinguisticsProvider

  • All Implemented Interfaces:
    com.yahoo.container.di.componentgraph.Provider<com.yahoo.language.Linguistics>

    public class DefaultLinguisticsProvider
    extends java.lang.Object
    implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.language.Linguistics>
    Provides the default linguistics implementation if no linguistics component has been explicitly configured (dependency injection will fallback to providers if no components of the requested type is found).
    Author:
    bratseth
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct()  
      com.yahoo.language.Linguistics get()  
      • Methods inherited from class java.lang.Object

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

      • DefaultLinguisticsProvider

        @Inject
        public DefaultLinguisticsProvider()
    • Method Detail

      • get

        public com.yahoo.language.Linguistics get()
        Specified by:
        get in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.language.Linguistics>
      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.container.di.componentgraph.Provider<com.yahoo.language.Linguistics>