- addNext(Translator) - Method in class com.carma.swagger.doclet.translator.FirstNotNullTranslator
-
This adds another translator link to the chain of translators
- addVarsToTypes(Map<String, Type>) - Method in class com.carma.swagger.doclet.parser.ApiModelParser
-
This adds the given vars to types to the ones used by this model
- AnnotationAwareTranslator - Class in com.carma.swagger.doclet.translator
-
The AnnotationAwareTranslator represents a translator that can source the names from various
annotations like jaxb and json ones.
- AnnotationAwareTranslator(DocletOptions) - Constructor for class com.carma.swagger.doclet.translator.AnnotationAwareTranslator
-
This creates a AnnotationAwareTranslator that uses the given doclet options
- AnnotationParser - Class in com.carma.swagger.doclet.parser
-
The AnnotationParser represents a utility class for reading values from annotations
- AnnotationParser(ProgramElementDoc, DocletOptions) - Constructor for class com.carma.swagger.doclet.parser.AnnotationParser
-
This creates an AnnotationParser for a method/field
- AnnotationParser(Parameter, DocletOptions) - Constructor for class com.carma.swagger.doclet.parser.AnnotationParser
-
This creates an AnnotationParser for a parameter
- Api - Class in com.carma.swagger.doclet.model
-
- Api(String, String, Collection<Operation>) - Constructor for class com.carma.swagger.doclet.model.Api
-
- ApiAuthorizations - Class in com.carma.swagger.doclet.model
-
The ApiAuthorizations represents the authorizations element for the API
- ApiAuthorizations() - Constructor for class com.carma.swagger.doclet.model.ApiAuthorizations
-
This creates an empty Authorizations
- ApiAuthorizations(ApiOauth2Authorization) - Constructor for class com.carma.swagger.doclet.model.ApiAuthorizations
-
This creates an Authorizations for oauth2
- ApiAuthorizations(ApiBasicAuthorization) - Constructor for class com.carma.swagger.doclet.model.ApiAuthorizations
-
This creates a ApiAuthorizations for basic auth
- ApiAuthorizations(ApiKeyAuthorization) - Constructor for class com.carma.swagger.doclet.model.ApiAuthorizations
-
This creates a ApiAuthorizations for api key type auth
- ApiBasicAuthorization - Class in com.carma.swagger.doclet.model
-
The ApiBasicAuthorization represents the
- ApiBasicAuthorization() - Constructor for class com.carma.swagger.doclet.model.ApiBasicAuthorization
-
This creates a ApiBasicAuthorization
- ApiDeclaration - Class in com.carma.swagger.doclet.model
-
- ApiDeclaration(String, String, String, String, List<Api>, Map<String, Model>, int, String) - Constructor for class com.carma.swagger.doclet.model.ApiDeclaration
-
- ApiDeclarationMerger - Class in com.carma.swagger.doclet.parser
-
The ApiDeclarationMerger represents a util that can merge api declarations together based on the resource path
- ApiDeclarationMerger(String, String, String) - Constructor for class com.carma.swagger.doclet.parser.ApiDeclarationMerger
-
This creates a ApiDeclarationMerger
- ApiInfo - Class in com.carma.swagger.doclet.model
-
The ApiInfo represents the info regarding the API
- ApiInfo() - Constructor for class com.carma.swagger.doclet.model.ApiInfo
-
This creates a ApiInfo
- ApiInfo(String, String, String, String, String, String) - Constructor for class com.carma.swagger.doclet.model.ApiInfo
-
This creates a ApiInfo
- ApiKeyAuthorization - Class in com.carma.swagger.doclet.model
-
The ApiKeyAuthorization represents the API Key authorization type
- ApiKeyAuthorization() - Constructor for class com.carma.swagger.doclet.model.ApiKeyAuthorization
-
This creates a ApiKeyAuthorization
- ApiKeyAuthorization(String, String) - Constructor for class com.carma.swagger.doclet.model.ApiKeyAuthorization
-
This creates a ApiKeyAuthorization
- ApiMethodParser - Class in com.carma.swagger.doclet.parser
-
The ApiMethodParser represents a parser for resource methods
- ApiMethodParser(DocletOptions, String, MethodDoc, Collection<ClassDoc>, Collection<ClassDoc>, String) - Constructor for class com.carma.swagger.doclet.parser.ApiMethodParser
-
This creates a ApiMethodParser
- ApiMethodParser(DocletOptions, Method, MethodDoc, Collection<ClassDoc>, Collection<ClassDoc>, String) - Constructor for class com.carma.swagger.doclet.parser.ApiMethodParser
-
This creates a ApiMethodParser
- ApiModelParser - Class in com.carma.swagger.doclet.parser
-
The ApiModelParser represents a parser for api model classes which are used for parameters, resource method return types and
model fields.
- ApiModelParser(DocletOptions, Translator, Type) - Constructor for class com.carma.swagger.doclet.parser.ApiModelParser
-
This creates a ApiModelParser
- ApiModelParser(DocletOptions, Translator, Type, boolean) - Constructor for class com.carma.swagger.doclet.parser.ApiModelParser
-
This creates a ApiModelParser
- ApiModelParser(DocletOptions, Translator, Type, ClassDoc[]) - Constructor for class com.carma.swagger.doclet.parser.ApiModelParser
-
This creates a ApiModelParser
- ApiModelParser(DocletOptions, Translator, Type, ClassDoc[], boolean) - Constructor for class com.carma.swagger.doclet.parser.ApiModelParser
-
This creates a ApiModelParser
- ApiModelParser(DocletOptions, Translator, Type, boolean, boolean) - Constructor for class com.carma.swagger.doclet.parser.ApiModelParser
-
This creates a ApiModelParser for use when using composite parameter model parsing
- ApiOauth2Authorization - Class in com.carma.swagger.doclet.model
-
The ApiOauth2Authorization represents the oauth 2 authorization for the api authorization
- ApiOauth2Authorization() - Constructor for class com.carma.swagger.doclet.model.ApiOauth2Authorization
-
This creates a ApiOauth2Authorization
- ApiOauth2Authorization(List<Oauth2Scope>, Oauth2GrantTypes) - Constructor for class com.carma.swagger.doclet.model.ApiOauth2Authorization
-
This creates a ApiOauth2Authorization
- ApiParameter - Class in com.carma.swagger.doclet.model
-
The ApiParameter represents an API method parameter
- ApiParameter(String, String, Boolean, Boolean, String, String, String, String, String, String, Boolean, List<String>, String, String, String) - Constructor for class com.carma.swagger.doclet.model.ApiParameter
-
This creates a ApiParameter
- ApiResponseMessage - Class in com.carma.swagger.doclet.model
-
- ApiResponseMessage(int, String) - Constructor for class com.carma.swagger.doclet.model.ApiResponseMessage
-
This creates a ApiResponseMessage with no specific response model for this error code
- ApiResponseMessage(int, String, String) - Constructor for class com.carma.swagger.doclet.model.ApiResponseMessage
-
This creates a ApiResponseMessage with support for a custom model for this response code
- generateResourceFilename(String) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This generates a file name to use for a resource with the given resource path.
- getAllowableValues() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the allowableValues
- getAllowableValues(ClassDoc) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the allowable values from an enum class doc or null if the classdoc does not
represent an enum
- getAllowMultiple() - Method in class com.carma.swagger.doclet.model.ApiParameter
-
This gets the allowMultiple
- getAnnotationArrayTypes(String, String, String) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets a list of string values from an annotations field that is itself an array of annotations
- getAnnotationClassDocValues(String, String) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets the values of an annotation as class docs
- getAnnotationOrTagValue(ProgramElementDoc, Collection<String>, Collection<String>, DocletOptions, String...) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the first value on the given item (field or method) that matches either an annotation or a javadoc tag.
- getAnnotationValue(Collection<String>, String...) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets the value of the first annotation with the given FQN and attribute named key
- getAnnotationValue(String, String...) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets the value of the annotation with the given FQN and attribute named key
- getAnnotationValues(String, String) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets the values of an annotation as strings
- getApiAuthorizations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the apiAuthorizations
- getApiBasePath() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getApiDescriptionTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets a list of javadoc tag names that can be used for the api description
- getApiInfo() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the apiInfo
- getApiKey() - Method in class com.carma.swagger.doclet.model.ApiAuthorizations
-
This gets the apiKey
- getApis() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
This gets the apis
- getApis() - Method in class com.carma.swagger.doclet.model.ResourceListing
-
- getApiVersion() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getApiVersion() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
- getApiVersion() - Method in class com.carma.swagger.doclet.model.ResourceListing
-
- getAuthOperationScopes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the authOperationScopes
- getAuthOperationTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the authOperationTags
- getAuthorizationCode() - Method in class com.carma.swagger.doclet.model.Oauth2GrantTypes
-
This gets the authorizationCode
- getAuthorizations() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the authorizations
- getAuthorizations() - Method in class com.carma.swagger.doclet.model.Operation
-
This gets the authorizations
- getAuthorizations() - Method in class com.carma.swagger.doclet.model.ResourceListing
-
This gets the authorizations
- getBasePath() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
- getBasePath() - Method in class com.carma.swagger.doclet.model.ResourceListing
-
- getBasicAuth() - Method in class com.carma.swagger.doclet.model.ApiAuthorizations
-
This gets the basicAuth
- getClassLevelParamNames() - Method in class com.carma.swagger.doclet.parser.ParameterReader
-
This gets the names of parameters in the class level @Path expression
- getClientIdName() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType.TokenRequestEndpoint
-
This gets the clientIdName
- getClientSecretName() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType.TokenRequestEndpoint
-
This gets the clientSecretName
- getCode() - Method in class com.carma.swagger.doclet.model.ApiResponseMessage
-
This gets the code
- getCompositeParamAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the compositeParamAnnotations
- getCompositeParamTypes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the compositeParamTypes
- getConsumes() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the consumes
- getConsumes() - Method in class com.carma.swagger.doclet.model.Operation
-
This gets the consumes
- getConsumes(MethodDoc, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the list of consumes mime types from the given method
- getContact() - Method in class com.carma.swagger.doclet.model.ApiInfo
-
This gets the contact
- getContainerType(Type, Map<String, Type>, Collection<ClassDoc>) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the type that a container holds
- getCsvParams(ExecutableMemberDoc, Set<String>, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets a list of parameter names from a method javadoc tag where the value of the tag is in the form
paramName1,paramName2 ...
- getCsvParamsTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the csvParamsTags
- getDefaultErrorTypeTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the defaultErrorTypeTags
- getDefaultValue() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the defaultValue
- getDefaultValue(Parameter, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the default value of the given parameter
- getDeprecated() - Method in class com.carma.swagger.doclet.model.Operation
-
This gets the deprecated
- getDescription() - Method in class com.carma.swagger.doclet.model.Api
-
- getDescription() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
This gets the description of this api declaration in a resource listing
- getDescription() - Method in class com.carma.swagger.doclet.model.ApiInfo
-
This gets the description
- getDescription() - Method in class com.carma.swagger.doclet.model.Oauth2Scope
-
This gets the description
- getDescription() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the description of the property
- getDescription() - Method in class com.carma.swagger.doclet.model.ResourceListingAPI
-
- getDiscriminator() - Method in class com.carma.swagger.doclet.model.Model
-
This gets the discriminator
- getDiscriminatorAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the discriminatorAnnotations
- getDocBasePath() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getExcludeClassTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeClassTags
- getExcludeFieldTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeFieldTags
- getExcludeModelPrefixes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets prefixes of the FQN of model classes to exclude
- getExcludeOperationTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeOperationTags
- getExcludeParamAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeParamAnnotations
- getExcludeParamsTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeParamsTags
- getExcludeResourcePrefixes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets prefixes of the FQN of resource classes to exclude
- getExtraApiDeclarations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the extraApiDeclarations
- getFieldDefaultTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the fieldDefaultTags
- getFieldDescriptionTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets list of javadoc tag names that can be used for the model field/method descriptions
- getFieldFormatTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the fieldFormatTags
- getFieldMaxAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getFieldMaxTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the fieldMaxTags
- getFieldMinAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getFieldMinTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the fieldMinTags
- getFileParameterAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the fileParameterAnnotations
- getFileParameterTypes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the fileParameterTypes
- getFormat() - Method in class com.carma.swagger.doclet.model.Operation
-
This gets the format
- getFormat() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the format
- getFormat() - Method in class com.carma.swagger.doclet.model.PropertyItems
-
This gets the format
- getFormat() - Method in class com.carma.swagger.doclet.translator.Translator.OptionalName
-
This gets the format
- getFormParameterAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the formParameterAnnotations
- getFormParameterTypes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the formParameterTypes
- getGenericWrapperTypes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets a list of FQN of types which simply wrap the
real underlying data type
- getGrantTypes() - Method in class com.carma.swagger.doclet.model.ApiOauth2Authorization
-
This gets the grantTypes
- getId() - Method in class com.carma.swagger.doclet.model.Model
-
This gets the id
- getImplicit() - Method in class com.carma.swagger.doclet.model.Oauth2GrantTypes
-
This gets the implicit
- getIncludeResourcePrefixes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets prefixes of the FQN of resource classes to include, if specified then resources must match these
- getInfo() - Method in class com.carma.swagger.doclet.model.ResourceListing
-
This gets the info
- getInheritableClassLevelAnnotationValue(ClassDoc, DocletOptions, String, String...) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets an annotation value from the given class, it supports looking at super classes
- getInheritableCommentText(ExecutableMemberDoc) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the first sentence tags of a method or its overridden ancestor method
- getInheritableFirstSentenceTags(ExecutableMemberDoc) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the first sentence tags of a method or its overridden ancestor method
- getInheritableJsonViews(MethodDoc, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the json views for the given method, it supports deriving the views from an overridden method
- getInheritableTagValue(ExecutableMemberDoc, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the value of the first tag found from the given MethodDoc respecting the overriden methods
- getInheritableTagValues(ExecutableMemberDoc, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets values of any of the javadoc tags that are in the given collection from the method or overridden methods
- getInputTypeTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets tags that can customize the type for input body params
- getItems() - Method in class com.carma.swagger.doclet.model.Operation
-
This gets the items
- getItems() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the items in the collection
- getJsonViews(ProgramElementDoc, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the json views for the given method/field
- getKeyname() - Method in class com.carma.swagger.doclet.model.ApiKeyAuthorization
-
This gets the keyname
- getLicense() - Method in class com.carma.swagger.doclet.model.ApiInfo
-
This gets the license
- getLicenseUrl() - Method in class com.carma.swagger.doclet.model.ApiInfo
-
This gets the licenseUrl
- getLoginEndpoint() - Method in class com.carma.swagger.doclet.model.Oauth2ImplicitGrantType
-
This gets the loginEndpoint
- getMatchingParams(ExecutableMemberDoc, Set<String>, Collection<String>, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets params of the given method that have either any of the matching javadoc tags or annotations
- getMaximum() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the maximum value of the property
- getMessage() - Method in class com.carma.swagger.doclet.model.ApiResponseMessage
-
This gets the message
- getMethod() - Method in class com.carma.swagger.doclet.model.Method
-
- getMethod() - Method in class com.carma.swagger.doclet.model.Operation
-
- getMethodName() - Method in class com.carma.swagger.doclet.model.Method
-
- getMethodParamNameValueLists(ExecutableMemberDoc, Set<String>, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets a map of parameter name to list of values from a javadoc tag on a method.
- getMethodParamNameValuePairs(ExecutableMemberDoc, Set<String>, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets a map of parameter name to value from a javadoc tag on a method.
- getMinimum() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the minimum value of the property
- getModelFieldsNamingConvention() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the modelFieldsNamingConvention
- getModels() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
This gets the models
- getName() - Method in class com.carma.swagger.doclet.model.ApiParameter
-
This gets the name
- getNickname() - Method in class com.carma.swagger.doclet.model.Operation
-
- getNotes() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the notes
- getNotes() - Method in class com.carma.swagger.doclet.model.Operation
-
- getOauth2() - Method in class com.carma.swagger.doclet.model.ApiAuthorizations
-
This gets the oauth2
- getOauth2Scopes() - Method in class com.carma.swagger.doclet.model.OperationAuthorizations
-
This gets the oauth2Scopes
- getOperationNotesTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets a list of javadoc tag names that can be used for the operation notes
- getOperations() - Method in class com.carma.swagger.doclet.model.Api
-
- getOperationScopeTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the operationScopeTags
- getOperationSummaryTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets a list of javadoc tag names that can be used for the operation summary
- getOptionalFieldAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getOptionalFields() - Method in class com.carma.swagger.doclet.model.Model
-
This gets the optionalFields
- getOptionalFieldTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the optionalFieldTags
- getOptionalParamAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getOptionalParamsTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the optionalParamsTags
- getOutputDirectory() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getParamCategory() - Method in class com.carma.swagger.doclet.model.Property
-
This gets category of parameter of the field, only applicable to composite parameter fields
- getParameterizedTypes(Type, Map<String, Type>) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets parameterized types of the given type substituting variable types if necessary
- getParameterNameAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the parameterNameAnnotations
- getParameters() - Method in class com.carma.swagger.doclet.model.Method
-
- getParameters() - Method in class com.carma.swagger.doclet.model.Operation
-
- getParameterValues(ExecutableMemberDoc, Set<String>, Collection<String>, Collection<String>, ParserHelper.TypeFilter, DocletOptions, String...) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the values of parameters from either javadoc tags or annotations
- getParameterValuesWithAnnotation(ExecutableMemberDoc, Collection<String>, ParserHelper.TypeFilter, DocletOptions, String...) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the values of annotations of parameters that have any of the given annotations on them
- getParameterWithAnnotations(ExecutableMemberDoc, int) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the first met parameter with annotations from the method overriding hierarchy
- getParamMaxValueAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getParamMinValueAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getParamNames(ExecutableMemberDoc) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the parameter names for the given method
- getParamsAllowableValuesTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the paramsAllowableValuesTags
- getParamsDefaultValueTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the paramsDefaultValueTags
- getParamsFormatTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the paramsFormatTags
- getParamsMaxValueTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the paramsMaxValueTags
- getParamsMinValueTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the paramsMinValueTags
- getParamsNameTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the paramsNameTags
- getParamType() - Method in class com.carma.swagger.doclet.model.ApiParameter
-
This gets the paramType
- getPassAs() - Method in class com.carma.swagger.doclet.model.ApiKeyAuthorization
-
This gets the passAs
- getPath() - Method in class com.carma.swagger.doclet.model.Api
-
- getPath() - Method in class com.carma.swagger.doclet.model.Method
-
- getPath() - Method in class com.carma.swagger.doclet.model.ResourceListingAPI
-
- getPriority() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
This gets the priority of this api declaration in a resource listing
- getProduces() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the produces
- getProduces() - Method in class com.carma.swagger.doclet.model.Operation
-
This gets the produces
- getProduces(MethodDoc, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the list of produces mime types from the given method
- getProperties() - Method in class com.carma.swagger.doclet.model.Model
-
This gets the properties
- getQualifiedTypeName(Type) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the qualified type name of a javadoc type,
It adds [] onto any array types
- getQualifier() - Method in class com.carma.swagger.doclet.translator.QualifiedType
-
This gets the qualifier
- getRawFieldName() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the raw field name the property came from
- getRecorder() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getRef() - Method in class com.carma.swagger.doclet.model.PropertyItems
-
This gets the ref
- getRequired() - Method in class com.carma.swagger.doclet.model.ApiParameter
-
This gets the required
- getRequiredFieldAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getRequiredFields() - Method in class com.carma.swagger.doclet.model.Model
-
This gets the requiredFields
- getRequiredFieldTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the requiredFieldTags
- getRequiredParamAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getRequiredParamsTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the requiredParamsTags
- getResourceDescriptionTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets list of javadoc tag names that can be used for the description of resources
- getResourcePath() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
- getResourcePriorityTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets list of javadoc tag names that can be used for ordering resources in the resource listing
- getResourceRootPath() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the resourceRootPath
- getResourceTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the resourceTags
- getResponseMessages() - Method in class com.carma.swagger.doclet.model.Method
-
- getResponseMessages() - Method in class com.carma.swagger.doclet.model.Operation
-
- getResponseMessageSortMode() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the responseMessageSortMode
- getResponseMessageTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the responseMessageTags
- getResponseModel() - Method in class com.carma.swagger.doclet.model.ApiResponseMessage
-
This gets the responseModel
- getResponseTypeTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the responseTypeTags
- getReturnType() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the returnType
- getReturnType(DocletOptions, Type) - Static method in class com.carma.swagger.doclet.parser.ApiModelParser
-
This gets the return type for a resource method, it supports wrapper types
- getReturnTypeFormat() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the returnTypeFormat
- getReturnTypeItemsFormat() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the returnTypeItemsFormat
- getReturnTypeItemsRef() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the returnTypeItemsRef
- getReturnTypeItemsType() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the returnTypeItemsType
- getRootModelId() - Method in class com.carma.swagger.doclet.parser.ApiModelParser
-
This gets the id of the root model
- getRootPath() - Method in class com.carma.swagger.doclet.parser.CrossClassApiParser
-
This gets the root jaxrs path of the api resource class
- getScope() - Method in class com.carma.swagger.doclet.model.Oauth2Scope
-
This gets the scope
- getScopes() - Method in class com.carma.swagger.doclet.model.ApiOauth2Authorization
-
This gets the scopes
- getStringTypePrefixes() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the stringTypePrefixes
- getSubTypes() - Method in class com.carma.swagger.doclet.model.Model
-
This gets the subTypes
- getSubTypesAnnotations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the subTypesAnnotations
- getSummary() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the summary
- getSummary() - Method in class com.carma.swagger.doclet.model.Operation
-
- getSwaggerUiPath() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the swaggerUiPath
- getSwaggerVersion() - Method in class com.carma.swagger.doclet.model.ApiDeclaration
-
- getSwaggerVersion() - Method in class com.carma.swagger.doclet.model.ResourceListing
-
- getTagCsvValues(ExecutableMemberDoc, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets a csv javadoc tag value as a list of the values in the csv for the first matched tag.
- getTagValue(ProgramElementDoc, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets the value of the first tag found from the given collection of tag names
- getTagValues(ProgramElementDoc, Collection<String>, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets values of any of the javadoc tags that are in the given collection
- getTermsOfServiceUrl() - Method in class com.carma.swagger.doclet.model.ApiInfo
-
This gets the termsOfServiceUrl
- getTitle() - Method in class com.carma.swagger.doclet.model.ApiInfo
-
This gets the title
- getTokenEndpoint() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType
-
This gets the tokenEndpoint
- getTokenName() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType.TokenEndpoint
-
This gets the tokenName
- getTokenName() - Method in class com.carma.swagger.doclet.model.Oauth2ImplicitGrantType
-
This gets the tokenName
- getTokenRequestEndpoint() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType
-
This gets the tokenRequestEndpoint
- getTranslator() - Method in class com.carma.swagger.doclet.DocletOptions
-
- getType() - Method in class com.carma.swagger.doclet.model.ApiBasicAuthorization
-
This gets the type of the authorization
- getType() - Method in class com.carma.swagger.doclet.model.ApiKeyAuthorization
-
This gets the type
- getType() - Method in class com.carma.swagger.doclet.model.ApiOauth2Authorization
-
This gets the type of the authorization
- getType() - Method in class com.carma.swagger.doclet.model.Operation
-
- getType() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the type of property
- getType() - Method in class com.carma.swagger.doclet.model.PropertyItems
-
This gets the type
- getType() - Method in class com.carma.swagger.doclet.translator.QualifiedType
-
This gets the type
- getUnauthOperationTags() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the unauthOperationTags
- getUnauthOperationTagValues() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the unauthOperationTagValues
- getUniqueItems() - Method in class com.carma.swagger.doclet.model.Property
-
This gets the uniqueItems
- getUrl() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType.TokenEndpoint
-
This gets the url
- getUrl() - Method in class com.carma.swagger.doclet.model.Oauth2AuthorizationCodeGrantType.TokenRequestEndpoint
-
This gets the url
- getUrl() - Method in class com.carma.swagger.doclet.model.Oauth2ImplicitGrantType.LoginEndpoint
-
This gets the url
- getVarType(TypeVariable, Map<String, Type>) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This finds a variable type and returns its impl from the given map
- ignore(String) - Method in class com.carma.swagger.doclet.translator.AnnotationAwareTranslator
-
This adds an ignore annotation to this translator
- ignored() - Static method in class com.carma.swagger.doclet.translator.Translator.OptionalName
-
- isAnnotatedBy(String) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets whether this is annotated by the given annotation
- isAnnotatedByPrefix(String) - Method in class com.carma.swagger.doclet.parser.AnnotationParser
-
This gets whether this is annotated by an annotation that starts with the given prefix
- isArray(Type) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is an Array
- isArray(String) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is an Array
- isAssignableFrom(ClassDoc[], ClassDoc) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This checks if the given clazz is the same as or implments or is a subclass/sub interface of
any of the given classes
- isCollection(String) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is a Collection
- isDeprecated() - Method in class com.carma.swagger.doclet.model.Method
-
This gets the deprecated
- isDeprecated(ProgramElementDoc, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given item is marked as deprecated either via a javadoc tag
or an annotation
- isDeprecated(Parameter, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given parameter is marked as deprecated either via a javadoc tag
or an annotation
- isExcludeDeprecatedFields() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeDeprecatedFields
- isExcludeDeprecatedModelClasses() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeDeprecatedModelClasses
- isExcludeDeprecatedOperations() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeDeprecatedOperations
- isExcludeDeprecatedParams() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeDeprecatedParams
- isExcludeDeprecatedResourceClasses() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the excludeDeprecatedResourceClasses
- isFileParameterDataType(Parameter, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given parameter is a File data type
- isIncludeSwaggerUi() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the includeSwaggerUi
- isInheritableDeprecated(MethodDoc, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given item is marked as deprecated either via a javadoc tag
or an annotation, this supports looking at overridden methods
- isItemPartOfView(ClassDoc[], ClassDoc[]) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This checks if an item view e.g optional json view that can be on a getter/field match any of the
given operation views, that is it can be the same or extend/implement one of the operation views.
- isMap(String) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is a Map
- isMissing() - Method in class com.carma.swagger.doclet.translator.Translator.OptionalName
-
- isModelFieldsDefaultXmlAccessTypeEnabled() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the modelFieldsDefaultXmlAccessTypeEnabled
- isModelFieldsRequiredByDefault() - Method in class com.carma.swagger.doclet.DocletOptions
-
This is whether model fields are required by default e.g.
- isModelFieldsXmlAccessTypeEnabled() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the modelFieldsXmlAccessTypeEnabled
- isNumber(Type, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is primitive
- isParseModels() - Method in class com.carma.swagger.doclet.DocletOptions
-
This is whether model parsing is enabled
- isPresent() - Method in class com.carma.swagger.doclet.translator.Translator.OptionalName
-
- isPrimitive(String, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is primitive
- isPrimitive(Type, DocletOptions) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is primitive
- isSet(String) - Static method in class com.carma.swagger.doclet.parser.ParserHelper
-
This gets whether the given type is a Set
- isSortApisByPath() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the sortOperationsByPath
- isSortResourcesByPath() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the sortResourcesByPath
- isSortResourcesByPriority() - Method in class com.carma.swagger.doclet.DocletOptions
-
This gets the sortResourcesByPriority
- isSubResource() - Method in class com.carma.swagger.doclet.model.Method
-