congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
JsonProperty.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.codehaus.jackson.annotate.JsonProperty
constructor

Best Java code snippets using org.codehaus.jackson.annotate.JsonProperty.<init> (Showing top 20 results out of 2,286)

Refine searchRefine arrow

  • XmlElement.<init>
  • JsonIgnoreProperties.<init>
  • JsonCreator.<init>
origin: org.codehaus.jackson/jackson-core-asl

@JsonCreator
public JsonLocation(@JsonProperty("sourceRef") Object sourceRef,
          @JsonProperty("byteOffset") long totalBytes,
          @JsonProperty("charOffset") long totalChars,
          @JsonProperty("lineNr") int lineNr,
          @JsonProperty("columnNr") int columnNr)
{
  _sourceRef = sourceRef;
  _totalBytes = totalBytes;
  _totalChars = totalChars;
  _lineNr = lineNr;
  _columnNr = columnNr;
}
origin: spring-projects/spring-security-oauth

@org.codehaus.jackson.annotate.JsonProperty("client_id")
@com.fasterxml.jackson.annotation.JsonProperty("client_id")
private String clientId;
@org.codehaus.jackson.annotate.JsonProperty("client_secret")
@com.fasterxml.jackson.annotation.JsonProperty("client_secret")
private String clientSecret;
@org.codehaus.jackson.annotate.JsonProperty("resource_ids")
@org.codehaus.jackson.map.annotate.JsonDeserialize(using = JacksonArrayOrStringDeserializer.class)
@com.fasterxml.jackson.annotation.JsonProperty("resource_ids")
@org.codehaus.jackson.annotate.JsonProperty("authorized_grant_types")
@org.codehaus.jackson.map.annotate.JsonDeserialize(using = JacksonArrayOrStringDeserializer.class)
@com.fasterxml.jackson.annotation.JsonProperty("authorized_grant_types")
@org.codehaus.jackson.annotate.JsonProperty("redirect_uri")
@org.codehaus.jackson.map.annotate.JsonDeserialize(using = JacksonArrayOrStringDeserializer.class)
@com.fasterxml.jackson.annotation.JsonProperty("redirect_uri")
@org.codehaus.jackson.annotate.JsonProperty("autoapprove")
@org.codehaus.jackson.map.annotate.JsonDeserialize(using = JacksonArrayOrStringDeserializer.class)
@com.fasterxml.jackson.annotation.JsonProperty("autoapprove")
@org.codehaus.jackson.annotate.JsonProperty("access_token_validity")
@com.fasterxml.jackson.annotation.JsonProperty("access_token_validity")
private Integer accessTokenValiditySeconds;
@org.codehaus.jackson.annotate.JsonProperty("refresh_token_validity")
origin: OpenNMS/opennms

@XmlElement(name="values")
@JsonProperty("values")
public double[] getList() {
  return values;
}
origin: OpenNMS/opennms

@XmlElement(name = "source")
@JsonProperty("source")
public List<Source> getSources() {
  return sources;
}
origin: camunda/camunda-bpm-platform

@JsonCreator
public JsonLocation(@JsonProperty("sourceRef") Object sourceRef,
          @JsonProperty("byteOffset") long totalBytes,
          @JsonProperty("charOffset") long totalChars,
          @JsonProperty("lineNr") int lineNr,
          @JsonProperty("columnNr") int columnNr)
{
  _sourceRef = sourceRef;
  _totalBytes = totalBytes;
  _totalChars = totalChars;
  _lineNr = lineNr;
  _columnNr = columnNr;
}
origin: com.atlassian.jira/jira-rest-api

@JsonIgnoreProperties (ignoreUnknown = true)
private static class Icon
{
  @JsonProperty
  private String url16x16;
  @JsonProperty
  private String title;
  @JsonProperty
  private String link;
}
origin: org.zanata/zanata-common-api

@XmlElement(name = "description", namespace = Namespaces.ZANATA_OLD)
@JsonProperty("description")
public String getDescription() {
  return description;
}
origin: apache/phoenix

@JsonCreator
public TargetTableRef(@JsonProperty("logicalName") String logicalName,
  @JsonProperty("physicalName") String physicalName) {
  this.logicalName = logicalName;
  this.physicalName = physicalName;
}
origin: com.atlassian.jira/jira-rest-api

  @JsonIgnoreProperties (ignoreUnknown = true)
  private static class Status
  {
    @JsonProperty
    private Boolean resolved;
    @JsonProperty
    private Icon icon = new Icon();
  }
}
origin: org.zanata/zanata-common-api

/**
 * Set of links managed by this project
 *
 * This field is ignored in PUT/POST operations
 *
 * @return set of Links managed by this resource
 */
@XmlElement(name = "link", namespace = Namespaces.ZANATA_API)
@JsonProperty("links")
public Links getLinks() {
  return links;
}
origin: org.jboss.seam.social/seam-social-linkedin

@JsonCreator
UpdateContentGroupMixin(@JsonProperty("id") String id, @JsonProperty("firstName") String firstName,
    @JsonProperty("lastName") String lastName, @JsonProperty("headline") String headline,
    @JsonProperty("industry") String industry, @JsonProperty("publicProfileUrl") String publicProfileUrl,
    @JsonProperty("siteStandardProfileRequest") UrlResource siteStandardProfileRequest,
    @JsonProperty("pictureUrl") String profilePictureUrl) {
}
origin: com.atlassian.jira/jira-rest-api

@JsonIgnoreProperties (ignoreUnknown = true)
private static class Application
{
  @JsonProperty
  private String type;
  @JsonProperty
  private String name;
}
origin: org.zanata/zanata-common-api

@XmlElementWrapper(name = "glossary-entries",
    namespace = Namespaces.ZANATA_OLD)
@XmlElement(name = "glossary-entry", namespace = Namespaces.ZANATA_OLD)
@JsonProperty("glossaryEntries")
public List<GlossaryEntry> getGlossaryEntries() {
  if (glossaryEntries == null) {
    glossaryEntries = new ArrayList<GlossaryEntry>();
  }
  return glossaryEntries;
}
origin: org.jboss.seam.social/seam-social-facebook

@JsonCreator
VideoMixin(@JsonProperty("id") String id, @JsonProperty("from") Reference from, @JsonProperty("picture") String picture,
    @JsonProperty("embed_html") String embedHtml, @JsonProperty("icon") String icon,
    @JsonProperty("source") String source, @JsonProperty("created_time") Date createdTime,
    @JsonProperty("updated_time") Date updatedTime) {
}
origin: com.atlassian.labs.hipchat/hipchat-for-jira-plugin

@JsonIgnoreProperties (ignoreUnknown = true)
private static class MessageBean {
  @JsonProperty
  String message;
  public MessageBean() {
  }
  public MessageBean(final String message) {
    this.message = message;
  }
}
origin: OpenNMS/opennms

  @XmlElement(name="node")
  @JsonProperty("node")
  public List<RequisitionNode> getObjects() {
    return super.getObjects();
  }
}
origin: fi.vm.sade.haku/hakemus-api

@JsonCreator
public ThemeTextQuestion(@JsonProperty(value = "applicationSystemId") String applicationSystemId,
 @JsonProperty(value = "theme") String theme,
 @JsonProperty(value = "learningOpportunityId") String learningOpportunityId,
 @JsonProperty(value = "targetIsGroup") Boolean targetIsGroup,
 @JsonProperty(value = "ordinal") Integer ordinal,
 @JsonProperty(value = "validators") Map<String,String> validators,
 @JsonProperty(value = "attachmentRequests") List<AttachmentRequest> attachmentRequests){
  super(applicationSystemId, theme, learningOpportunityId, targetIsGroup, ordinal, validators, attachmentRequests);
}
origin: OpenNMS/opennms

  @XmlElement(name="node")
  @JsonProperty("node")
  public List<AvailabilityNode> getObjects() {
    return super.getObjects();
  }
}
origin: org.jboss.seam.social/seam-social-facebook

@JsonCreator
PhotoMixin(@JsonProperty("id") String id, @JsonProperty("from") Reference from, @JsonProperty("link") String link,
    @JsonProperty("icon") String icon, @JsonProperty("created_time") Date createdTime,
    @JsonProperty("images") List<Image> images) {
}
origin: OpenNMS/opennms

  @XmlElement(name="snmpInterface")
  @JsonProperty("snmpInterface")
  public List<OnmsSnmpInterface> getObjects() {
    return super.getObjects();
  }
}
org.codehaus.jackson.annotateJsonProperty<init>

Popular methods of JsonProperty

  • value

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • 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