congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
Tagged
Code IndexAdd Tabnine to your IDE (free)

How to use
Tagged
in
org.qi4j.api.service.qualifier

Best Java code snippets using org.qi4j.api.service.qualifier.Tagged (Showing top 5 results out of 315)

origin: org.qi4j.extension/org.qi4j.extension.indexing-rdf

  abstract class RdfQueryParserFactoryMixin
    implements RdfQueryParserFactory
  {
    @Structure
    private Qi4jSPI spi;
    @Service
    @Tagged( ValueSerialization.Formats.JSON )
    private ValueSerializer valueSerializer;

    @Override
    public RdfQueryParser newQueryParser( QueryLanguage language )
    {
      if( language.equals( QueryLanguage.SPARQL ) )
      {
        return new RdfQueryParserImpl( spi, valueSerializer );
      }
      throw new UnsupportedLanguageException( language );
    }
  }
}
origin: org.qi4j.core/org.qi4j.core.api

  @Override
  public Specification<ServiceReference<?>> qualifier( Tagged tagged )
  {
    return ServiceQualifier.withTags( tagged.value() );
  }
}
origin: org.qi4j.library/org.qi4j.library.rdf

@Tagged( ValueSerialization.Formats.JSON )
private ValueSerializer valueSerializer;
origin: org.qi4j.library/org.qi4j.library.rest-server

@Tagged( ValueSerialization.Formats.JSON )
private ValueSerializer valueSerializer;
origin: org.qi4j.library/org.qi4j.library.rest-server

@Tagged( ValueSerialization.Formats.JSON )
private ValueDeserializer valueDeserializer;
org.qi4j.api.service.qualifierTagged

Most used methods

  • <init>
  • value

Popular in Java

  • Reading from database using SQL prepared statement
  • addToBackStack (FragmentTransaction)
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Sublime Text for Python
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now