D O V 

D

DocDescription - Annotation Type in org.projectodd.jrapidoc.annotation
Annotation adding description support for:
JAX-RS API Resource class Resource method Resource class constructor parameter Resource class attribute Resource class attribute setter method Resource method parameter JAX-WS API SEI class service method service method parameter
DocIsRequired - Annotation Type in org.projectodd.jrapidoc.annotation
Annotatation can be used for indication whether parameter is required or optional

Can be placed on field, method parameter, constructor parameter ana setter method
DocPathExample - Annotation Type in org.projectodd.jrapidoc.annotation.rest
Annotatation can be used on resource class and resource method
Because javax.ws.rs.Path.value can contain regular expressions which are not much readable, here can be placed example of path.

DocReturn - Annotation Type in org.projectodd.jrapidoc.annotation.rest
Annotatation can be used on resource methods for customizing return option in documentation.

DocReturn - Annotation Type in org.projectodd.jrapidoc.annotation.soap
Annotatation can be used on web service method
It is used for customizing Java return type

DocReturn.Structure - Enum in org.projectodd.jrapidoc.annotation.rest
 
DocReturns - Annotation Type in org.projectodd.jrapidoc.annotation.rest
Annotatation can be used on resource method
If more than one return option can be returned use this wrapper for them

DocReturns - Annotation Type in org.projectodd.jrapidoc.annotation.soap
Annotatation can be used on web service method
If more than one return option can be returned use this wrapper for them

O

org.projectodd.jrapidoc.annotation - package org.projectodd.jrapidoc.annotation
 
org.projectodd.jrapidoc.annotation.rest - package org.projectodd.jrapidoc.annotation.rest
 
org.projectodd.jrapidoc.annotation.soap - package org.projectodd.jrapidoc.annotation.soap
 

V

valueOf(String) - Static method in enum org.projectodd.jrapidoc.annotation.rest.DocReturn.Structure
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.projectodd.jrapidoc.annotation.rest.DocReturn.Structure
Returns an array containing the constants of this enum type, in the order they are declared.
D O V 

Copyright © 2015. All rights reserved.