com.linkedin.restli.restspec
Class CustomAnnotationContentSchema

java.lang.Object
  extended by com.linkedin.data.template.RecordTemplate
      extended by com.linkedin.restli.restspec.CustomAnnotationContentSchema
All Implemented Interfaces:
com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>, java.lang.Cloneable

@Generated(value="com.linkedin.pegasus.generator.PegasusDataTemplateGenerator",
           comments="LinkedIn Data Template. Generated from /Users/jbetz/projects/pegasus_trunk/pegasus/restli-common/src/main/pegasus/com/linkedin/restli/restspec/CustomAnnotationContentSchema.pdsc.",
           date="Thu Oct 24 11:16:22 PDT 2013")
public class CustomAnnotationContentSchema
extends com.linkedin.data.template.RecordTemplate

Unstructured record that represents arbitrary custom annotations for idl. Actual content is always a map with annotation's overridable member name as key and member value as value


Nested Class Summary
static class CustomAnnotationContentSchema.Fields
           
 
Constructor Summary
CustomAnnotationContentSchema()
           
CustomAnnotationContentSchema(com.linkedin.data.DataMap data)
           
 
Method Summary
 CustomAnnotationContentSchema clone()
           
 CustomAnnotationContentSchema copy()
           
static CustomAnnotationContentSchema.Fields fields()
           
 
Methods inherited from class com.linkedin.data.template.RecordTemplate
contains, data, equals, hashCode, obtainDirect, obtainWrapped, putDirect, putDirect, putDirect, putWrapped, putWrapped, remove, schema, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomAnnotationContentSchema

public CustomAnnotationContentSchema()

CustomAnnotationContentSchema

public CustomAnnotationContentSchema(com.linkedin.data.DataMap data)
Method Detail

fields

public static CustomAnnotationContentSchema.Fields fields()

clone

public CustomAnnotationContentSchema clone()
                                    throws java.lang.CloneNotSupportedException
Specified by:
clone in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>
Overrides:
clone in class com.linkedin.data.template.RecordTemplate
Throws:
java.lang.CloneNotSupportedException

copy

public CustomAnnotationContentSchema copy()
                                   throws java.lang.CloneNotSupportedException
Specified by:
copy in interface com.linkedin.data.template.DataTemplate<com.linkedin.data.DataMap>
Overrides:
copy in class com.linkedin.data.template.RecordTemplate
Throws:
java.lang.CloneNotSupportedException