Tabnine Logo
Untainted
Code IndexAdd Tabnine to your IDE (free)

How to use
Untainted
in
javax.annotation

Best Java code snippets using javax.annotation.Untainted (Showing top 6 results out of 315)

origin: spotbugs/spotbugs

@Untainted
Object sanitize(@Untainted(when = When.UNKNOWN) Object o) {
  return o;
}
origin: spotbugs/spotbugs

  protected abstract void requiresUntainted(@Untainted Object o);
}
origin: io.swagger/swagger-compat-spec-parser

public PathAppenderMigrator(@Untainted @Nonnull final String basePath) {
  this.basePath = basePath;
}
origin: com.box/json-schema-core

/**
 * Generate a key for a schema loaded from a {@link JsonRef JSON Reference}
 *
 * @param ref the JSON Reference
 * @return the unique key for this schema
 *
 * @see URIDownloader
 */
public static SchemaKey forJsonRef(@Untainted final JsonRef ref)
{
  return new JsonRefSchemaKey(Preconditions.checkNotNull(ref));
}
origin: com.github.fge/json-schema-core

/**
 * Generate a key for a schema loaded from a {@link JsonRef JSON Reference}
 *
 * @param ref the JSON Reference
 * @return the unique key for this schema
 *
 * @see URIDownloader
 */
public static SchemaKey forJsonRef(@Untainted final JsonRef ref)
{
  return new JsonRefSchemaKey(Preconditions.checkNotNull(ref));
}
origin: java-json-tools/json-schema-core

/**
 * Generate a key for a schema loaded from a {@link JsonRef JSON Reference}
 *
 * @param ref the JSON Reference
 * @return the unique key for this schema
 *
 * @see URIDownloader
 */
public static SchemaKey forJsonRef(@Untainted final JsonRef ref)
{
  return new JsonRefSchemaKey(Preconditions.checkNotNull(ref));
}
javax.annotationUntainted

Most used methods

  • <init>

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (Timer)
  • getContentResolver (Context)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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