| Modifier and Type | Method and Description |
|---|---|
protected abstract EndpointMapping |
AbstractCollector.getEndpointMapping(com.sun.javadoc.ProgramElementDoc doc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Endpoint> |
AbstractCollector.getAllEndpoints(String contextPath,
com.sun.javadoc.ClassDoc classDoc,
EndpointMapping classMapping)
Retrieves all the end point provided in the specified class doc.
|
protected Collection<Endpoint> |
AbstractCollector.getEndpoint(String contextPath,
EndpointMapping classMapping,
com.sun.javadoc.MethodDoc method)
Retrieves the endpoint for a single method.
|
protected Collection<String> |
AbstractCollector.resolveConsumesInfo(EndpointMapping classMapping,
EndpointMapping methodMapping)
Will use the method's mapped information if it is not empty, otherwise it
will use the class mapping information to retrieve all the consumeable
information.
|
protected Collection<String> |
AbstractCollector.resolveHttpMethods(EndpointMapping classMapping,
EndpointMapping methodMapping)
Will use the method's mapped information if it is not empty, otherwise it
will use the class mapping information to retrieve all the https methods.
|
protected Collection<String> |
AbstractCollector.resolvePaths(String contextPath,
EndpointMapping classMapping,
EndpointMapping methodMapping)
Will generate all the paths specified in the class and method mappings.
|
protected Collection<String> |
AbstractCollector.resolvesProducesInfo(EndpointMapping classMapping,
EndpointMapping methodMapping)
Will use the method's mapped information if it is not empty, otherwise it
will use the class mapping information to retrieve all the produceable
information.
|
| Modifier and Type | Method and Description |
|---|---|
protected EndpointMapping |
JaxRSCollector.getEndpointMapping(com.sun.javadoc.ProgramElementDoc doc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<String> |
JaxRSCollector.resolveHttpMethods(EndpointMapping classMapping,
EndpointMapping methodMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected EndpointMapping |
SpringCollector.getEndpointMapping(com.sun.javadoc.ProgramElementDoc doc) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<String> |
SpringCollector.resolveHttpMethods(EndpointMapping classMapping,
EndpointMapping methodMapping) |
Copyright © 2017 Anteros Tecnologia. All rights reserved.