Package org.apache.juneau.annotation
Class ExternalDocsAnnotation
java.lang.Object
org.apache.juneau.annotation.ExternalDocsAnnotation
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate()Instantiates a new builder for this class.static booleanReturnstrue if the specified annotation contains all default values.static JsonMapmerge(JsonMap m, ExternalDocs a) Merges the contents of the specified annotation into the specified generic map.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
ExternalDocsAnnotationpublic ExternalDocsAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
- 
emptyReturnstrue if the specified annotation contains all default values.- Parameters:
- a- The annotation to check.
- Returns:
- true if the specified annotation contains all default values.
 
- 
mergeMerges the contents of the specified annotation into the specified generic map.- Parameters:
- m- The map to copy the contents to.
- a- The annotation to apply.
- Returns:
- The same map with the annotation contents applied.
- Throws:
- ParseException- Invalid JSON found in value.
 
 
-