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

How to use
SchemaIgnore
in
com.atlassian.json.schema.annotation

Best Java code snippets using com.atlassian.json.schema.annotation.SchemaIgnore (Showing top 8 results out of 315)

origin: com.atlassian.plugins/atlassian-connect-modules

/**
 * An internal class specifying a P2 ContextProvider for rendering a Web Item.
 */
@SchemaIgnore
public class ContextProviderBean {

  private Class<?> providerClass;
  private Map<String, String> params;

  public ContextProviderBean(Class<?> providerClass, Map<String, String> params) {
    this.providerClass = providerClass;
    this.params = ImmutableMap.copyOf(params);
  }

  public Class<?> getProviderClass() {
    return providerClass;
  }

  public Map<String, String> getParams() {
    return params;
  }
}

origin: external.atlassian.json/json-schemagen-core

String fieldIgnoreFilter = propField.getAnnotation(SchemaIgnore.class).value();
origin: io.atlassian.json-schemagen/json-schemagen-core

String fieldIgnoreFilter = propField.getAnnotation(SchemaIgnore.class).value();
origin: com.atlassian.plugins/atlassian-connect-server-modules

/**
 * An internal class specifying a P2 ContextProvider for rendering a Web Item.
 */
@SchemaIgnore
public class ContextProviderBean {

  private Class<?> providerClass;
  private Map<String, String> params;

  public ContextProviderBean(Class<?> providerClass, Map<String, String> params) {
    this.providerClass = providerClass;
    this.params = ImmutableMap.copyOf(params);
  }

  public Class<?> getProviderClass() {
    return providerClass;
  }

  public Map<String, String> getParams() {
    return params;
  }
}

origin: com.atlassian.plugins/atlassian-connect-server-modules

@SchemaIgnore
public class XWorkActionModuleBean extends NamedBean {
  private String namespace;
origin: com.atlassian.plugins/atlassian-connect-confluence-modules

@SchemaIgnore
public class TextControlBean extends RequiredKeyBean implements ControlBean, ControlBeanWithMacroParameter {
origin: com.atlassian.plugins/atlassian-connect-modules

private String key;
@SchemaIgnore // for now this feature is not publicly available
private DependenciesBean dependencies;
@SchemaIgnore
private String version;
@SchemaIgnore
private TranslationsBean translations;
origin: com.atlassian.plugins/atlassian-connect-server-modules

@SchemaIgnore
private String version;
com.atlassian.json.schema.annotationSchemaIgnore

Most used methods

  • <init>
  • value

Popular in Java

  • Updating database using SQL prepared statement
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • scheduleAtFixedRate (ScheduledExecutorService)
  • setScale (BigDecimal)
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Best IntelliJ 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