Skip navigation links
A B C D E F G I J L O P R S V 

A

adapt(OpenApiReader) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Adapt given OpenApiReader to ensure the SwaggerV3.CONTEXT_READER_LISTENER class inclusion in the classes to read.
adapt(OpenApiContext) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Adapt given OpenApiReader to ensure the SwaggerV3.CONTEXT_READER_LISTENER class inclusion in the classes to read, using an adapted OpenApiReader.
ApiConfiguration - Annotation Type in com.holonplatform.jaxrs.swagger.annotations
Annotation which can be used on a API configuration class to setup the API listing endpoint.
ApiConfigurationException - Exception in com.holonplatform.jaxrs.swagger.exceptions
Exception used to notify API configuration errors.
ApiConfigurationException(String) - Constructor for exception com.holonplatform.jaxrs.swagger.exceptions.ApiConfigurationException
Constructor with error message
ApiConfigurationException(Throwable) - Constructor for exception com.holonplatform.jaxrs.swagger.exceptions.ApiConfigurationException
Constructor with nested exception
ApiConfigurationException(String, Throwable) - Constructor for exception com.holonplatform.jaxrs.swagger.exceptions.ApiConfigurationException
Constructor with error message and nested exception
ApiConfigurationProperties - Interface in com.holonplatform.jaxrs.swagger.spring
API listing configuration properties.
ApiContextId - Annotation Type in com.holonplatform.jaxrs.swagger.annotations
Annotation which can be used on API definition resource classes to declare the API context id to which the API definition resource is bound.
ApiDefaults - Interface in com.holonplatform.jaxrs.swagger
API definitions defaults.
ApiDefinition - Annotation Type in com.holonplatform.jaxrs.swagger.annotations
Deprecated.
Use ApiContextId to assign a context id to API resource classes when more than one API definition is configured. For API definition information configuration, the standard Swagger annotations should be used (for example Info or OpenAPIDefinition for Swagger/OpenAPI v3).
ApiEndpointType - Enum in com.holonplatform.jaxrs.swagger
API endpoint types enumeration.
ApiGroupConfiguration() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
ApiPropertySetModel - Annotation Type in com.holonplatform.jaxrs.swagger.annotations
Annotation which can be used in conjuction with PropertySetRef to declare a Swagger Model name to create using the PropertySet definition and to append to Swagger model definitions.
ApiReader<M> - Interface in com.holonplatform.jaxrs.swagger
API definitions reader.
asJson(Swagger, boolean) - Static method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
Convert given API definition in JSON format.
asJson(Swagger) - Static method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
Convert given API definition in JSON format.
asJson(OpenAPI, boolean) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Convert given API definition in JSON format.
asJson(OpenAPI) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Convert given API definition in JSON format.
asYaml(Swagger, boolean) - Static method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
Convert given API definition in YAML format.
asYaml(Swagger) - Static method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
Convert given API definition in YAML format.
asYaml(OpenAPI, boolean) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Convert given API definition in YAML format.
asYaml(OpenAPI) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Convert given API definition in YAML format.
AUTH_CONTEXT_PROPERTY_NAME - Static variable in class com.holonplatform.jaxrs.server.auth.AuthenticationFeature
Current request AuthContext reference property name
AuthenticationFeature - Class in com.holonplatform.jaxrs.server.auth
A JAX-RS Feature which can be registered in server application to enable authentication support using Authenticate annotation.
AuthenticationFeature() - Constructor for class com.holonplatform.jaxrs.server.auth.AuthenticationFeature
 

B

build() - Method in interface com.holonplatform.jaxrs.spring.boot.JaxrsClientBuilder
Build a new JAX-RS Client.

C

ClientBuilderConfiguration(ObjectProvider<JaxrsClientBuilderFactory>, ObjectProvider<List<JaxrsClientCustomizer>>) - Constructor for class com.holonplatform.jaxrs.spring.boot.JaxrsClientBuilderAutoConfiguration.ClientBuilderConfiguration
 
com.holonplatform.jaxrs - package com.holonplatform.jaxrs
 
com.holonplatform.jaxrs.client - package com.holonplatform.jaxrs.client
 
com.holonplatform.jaxrs.client.reactor - package com.holonplatform.jaxrs.client.reactor
 
com.holonplatform.jaxrs.media - package com.holonplatform.jaxrs.media
 
com.holonplatform.jaxrs.server - package com.holonplatform.jaxrs.server
 
com.holonplatform.jaxrs.server.auth - package com.holonplatform.jaxrs.server.auth
 
com.holonplatform.jaxrs.server.security - package com.holonplatform.jaxrs.server.security
 
com.holonplatform.jaxrs.spring.boot - package com.holonplatform.jaxrs.spring.boot
 
com.holonplatform.jaxrs.spring.boot.jersey - package com.holonplatform.jaxrs.spring.boot.jersey
 
com.holonplatform.jaxrs.spring.boot.resteasy - package com.holonplatform.jaxrs.spring.boot.resteasy
 
com.holonplatform.jaxrs.swagger - package com.holonplatform.jaxrs.swagger
 
com.holonplatform.jaxrs.swagger.annotations - package com.holonplatform.jaxrs.swagger.annotations
 
com.holonplatform.jaxrs.swagger.exceptions - package com.holonplatform.jaxrs.swagger.exceptions
 
com.holonplatform.jaxrs.swagger.spring - package com.holonplatform.jaxrs.swagger.spring
 
com.holonplatform.jaxrs.swagger.v2 - package com.holonplatform.jaxrs.swagger.v2
 
com.holonplatform.jaxrs.swagger.v2.spring - package com.holonplatform.jaxrs.swagger.v2.spring
 
com.holonplatform.jaxrs.swagger.v3 - package com.holonplatform.jaxrs.swagger.v3
 
com.holonplatform.jaxrs.swagger.v3.spring - package com.holonplatform.jaxrs.swagger.v3.spring
 
configure(FeatureContext) - Method in class com.holonplatform.jaxrs.media.FormDataPropertyBoxFeature
 
configure(FeatureContext) - Method in class com.holonplatform.jaxrs.server.auth.AuthenticationFeature
 
configure(FeatureContext) - Method in class com.holonplatform.jaxrs.server.security.SpringSecurityAuthenticationFeature
 
Contact() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
CONTEXT_READER_LISTENER - Static variable in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
A ReaderListener class to include in the API classes to enable a consistent API definition generation when the PropertyBox type is used.
CONTEXT_READER_LISTENER - Static variable in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
A ReaderListener class to include in the OpenAPI classes to enable a consistent API definition generation when the PropertyBox type is used.
contextInitParamsInitializer(ResteasyConfigurationProperties) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
create(Client) - Static method in interface com.holonplatform.jaxrs.client.JaxrsAsyncRestClient
Create a AsyncRestClient using given JAX-RS client.
create() - Static method in interface com.holonplatform.jaxrs.client.JaxrsAsyncRestClient
Create a AsyncRestClient using the default client builder implementation class provided by the JAX-RS implementation provider.
create(Client) - Static method in interface com.holonplatform.jaxrs.client.JaxrsRestClient
Create a RestClient using given JAX-RS client.
create() - Static method in interface com.holonplatform.jaxrs.client.JaxrsRestClient
Create a RestClient using the default client builder implementation class provided by the JAX-RS implementation provider.
create(Client) - Static method in interface com.holonplatform.jaxrs.client.reactor.JaxrsReactiveRestClient
Create a ReactiveRestClient using given JAX-RS client.
create() - Static method in interface com.holonplatform.jaxrs.client.reactor.JaxrsReactiveRestClient
Create a ReactiveRestClient using the default client builder implementation class provided by the JAX-RS implementation provider.
create(Request, UriInfo, HttpHeaders) - Static method in interface com.holonplatform.jaxrs.server.JaxrsHttpRequest
Create a JaxrsHttpRequest using JAX-RS request information to obtain the concrete request attributes and configuration.
create(UriInfo, HttpHeaders) - Static method in interface com.holonplatform.jaxrs.server.JaxrsHttpRequest
Create a JaxrsHttpRequest using JAX-RS request information to obtain the concrete request attributes and configuration.
createBuilder() - Method in interface com.holonplatform.jaxrs.spring.boot.JaxrsClientBuilderFactory
Create a JAX-RS ClientBuilder instance.
customize(ClientBuilder) - Method in interface com.holonplatform.jaxrs.spring.boot.JaxrsClientCustomizer
Callback to customize a ClientBuilder.
customize(ResteasyConfig) - Method in interface com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigCustomizer
Customize the Resteasy config.

D

DEFAULT_API_ENDPOINT_PATH - Static variable in interface com.holonplatform.jaxrs.swagger.ApiDefaults
Default API endpoint JAX-RS path.
DEFAULT_CONTEXT_ID - Static variable in interface com.holonplatform.jaxrs.swagger.ApiDefaults
Default API context id.
deserialize(Property<?>, String) - Method in interface com.holonplatform.jaxrs.media.FormDataPropertyValueDeserializer
Deserialize given property value from application/x-www-form-urlencoded media type String.
DISABLE_AUTHENTICATION - Static variable in class com.holonplatform.jaxrs.server.auth.AuthenticationFeature
JAX-RS configuration property name to put in the application configuration to disable the AuthenticationFeature registration.

E

ExternalDocs() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ExternalDocs
 

F

Filter() - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Filter
 
FormDataPropertyBoxFeature - Class in com.holonplatform.jaxrs.media
JAX-RS feature to register a Provider to handle PropertyBox data type using application/x-www-form-urlencoded media type.
FormDataPropertyBoxFeature() - Constructor for class com.holonplatform.jaxrs.media.FormDataPropertyBoxFeature
 
FormDataPropertyValueDeserializer - Interface in com.holonplatform.jaxrs.media
Property value deserializer from application/x-www-form-urlencoded media type.
FormDataPropertyValueSerializer - Interface in com.holonplatform.jaxrs.media
Property value serializer for application/x-www-form-urlencoded media type.

G

getApiGroups() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getApplicationPath() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
getClasses() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
 
getClient() - Method in interface com.holonplatform.jaxrs.client.JaxrsAsyncRestClient
Get the JAX-RS Client bound to this AsyncRestClient.
getClient() - Method in interface com.holonplatform.jaxrs.client.JaxrsRestClient
Get the JAX-RS Client bound to this RestClient.
getClient() - Method in interface com.holonplatform.jaxrs.client.reactor.JaxrsReactiveRestClient
Get the JAX-RS Client bound to this ReactiveRestClient.
getContact() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getContact() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getContactEmail() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API contact email.
getContactEmail() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getContactEmail() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getContactName() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API contact name.
getContactName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getContactName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getContactUrl() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API contact URL.
getContactUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getContactUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getContextId() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API context id.
getContextId() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getContextId() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getDefault() - Static method in interface com.holonplatform.jaxrs.media.FormDataPropertyValueDeserializer
Get the default instance.
getDefault() - Static method in interface com.holonplatform.jaxrs.media.FormDataPropertyValueSerializer
Get the default instance.
getDefault() - Static method in enum com.holonplatform.jaxrs.swagger.ApiEndpointType
Get the default API endpoint type.
getDescription() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API description.
getDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ExternalDocs
 
getDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Server
 
getEmail() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
getExternalDocs() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getExternalDocs() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getExternalDocsDescription() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the external documentation description.
getExternalDocsDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getExternalDocsDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getExternalDocsUrl() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the external documentation URL.
getExternalDocsUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getExternalDocsUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getFilter() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
getGroupId() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getHost() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getIgnoredRoutes() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API operation routes to ignore for API definition generation.
getIgnoredRoutes() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getIgnoredRoutes() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getInit() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
getLicense() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getLicense() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getLicenseName() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API license name.
getLicenseName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getLicenseName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getLicenseUrl() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API license URL.
getLicenseUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getLicenseUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getLoadOnStartup() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Servlet
 
getName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
getName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.License
 
getName() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Security
 
getOrder() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Filter
 
getPath() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API listing endpoint path.
getPath() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getPath() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getPath() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Version
 
getProperties() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
 
getRequestURI() - Method in interface com.holonplatform.jaxrs.server.JaxrsHttpRequest
Get the absolute request URI including any query parameters.
getResourcePackage() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the package names to use to filter the API resource classes.
getResourcePackage() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getResourcePackage() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getResourcePackages() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the package names to use to filter the API resource classes.
getScannerType() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API resource classes scanner type.
getScannerType() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getScannerType() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getSchemes() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getSecurity() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getSecurity() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getSecurityRequirements() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API security requirements.
getSecurityRequirements() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getSecurityRequirements() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getServer() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getServer() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getServerDescription() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API server description.
getServerDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getServerDescription() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getServerUrl() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API server URL.
getServerUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getServerUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getServlet() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
getSingletons() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
 
getTermsOfServiceUrl() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API terms of service URL.
getTermsOfServiceUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getTermsOfServiceUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getTitle() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API title.
getTitle() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getTitle() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getType() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
getType() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API listing endpoint type.
getType() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getType() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
getUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ExternalDocs
 
getUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.License
 
getUrl() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Server
 
getV2() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the Swagger V2 specific configuration.
getV2() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getV2() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getV3() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the Swagger/OpenAPI V3 specific configuration.
getV3() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getV3() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
getValue() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Security
 
getVersion() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get the API version.
getVersion() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
getVersion() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 

I

isEnabled() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
isForwardOn404() - Method in class com.holonplatform.jaxrs.spring.boot.jersey.JerseyConfigurationProperties
Get the value of the jersey.config.servlet.filter.forwardOn404 property.
isGroupConfiguration() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get whether is a API group configuration.
isGroupConfiguration() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
isGroupConfiguration() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
isIncludeAll() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get whether to include all API resources or to include only the resources with a suitable API definition annotation.
isIncludeAll() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
isIncludeAll() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
isPrettyPrint() - Method in interface com.holonplatform.jaxrs.swagger.spring.ApiConfigurationProperties
Get whether the API output should be formatted.
isPrettyPrint() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
isPrettyPrint() - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
isRegistered(Class<?>) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
Checks whether given component class is registered in this configuration.

J

JaxrsAsyncRestClient - Interface in com.holonplatform.jaxrs.client
An AsyncRestClient using a JAX-RS Client to perform invocations.
JaxrsAuthenticationInspector - Interface in com.holonplatform.jaxrs.server.auth
An AuthenticationInspector which can be used to inspect an Authentication based security context using the standard JAX-RS SecurityContext.
JaxrsClientBuilder - Interface in com.holonplatform.jaxrs.spring.boot
Builder that can be used to configure and create a JAX-RS Client.
jaxrsClientBuilder() - Method in class com.holonplatform.jaxrs.spring.boot.JaxrsClientBuilderAutoConfiguration.ClientBuilderConfiguration
 
JaxrsClientBuilderAutoConfiguration - Class in com.holonplatform.jaxrs.spring.boot
Auto configuration class for JaxrsClientBuilder.
JaxrsClientBuilderAutoConfiguration() - Constructor for class com.holonplatform.jaxrs.spring.boot.JaxrsClientBuilderAutoConfiguration
 
JaxrsClientBuilderAutoConfiguration.ClientBuilderConfiguration - Class in com.holonplatform.jaxrs.spring.boot
 
JaxrsClientBuilderFactory - Interface in com.holonplatform.jaxrs.spring.boot
Factory interface to provide the JAX-RS ClientBuilder instance.
JaxrsClientCustomizer - Interface in com.holonplatform.jaxrs.spring.boot
Callback interface that can be used to customize a JAX-RS ClientBuilder obtained with a JaxrsClientBuilder.
JaxrsHttpRequest - Interface in com.holonplatform.jaxrs.server
A HttpRequest backed by a JAX-RS context request.
JaxrsReactiveRestClient - Interface in com.holonplatform.jaxrs.client.reactor
An ReactiveRestClient using a JAX-RS Client to perform invocations.
JaxrsRestClient - Interface in com.holonplatform.jaxrs.client
A RestClient using a JAX-RS Client to perform invocations.
JaxrsScannerType - Enum in com.holonplatform.jaxrs.swagger
OpenAPI JAX-RS scanner types enumeration.
JerseyAuthAutoConfiguration - Class in com.holonplatform.jaxrs.spring.boot.jersey
Jersey authentication and authorization auto configuration based on Realm.
JerseyAuthAutoConfiguration() - Constructor for class com.holonplatform.jaxrs.spring.boot.jersey.JerseyAuthAutoConfiguration
 
JerseyConfigurationProperties - Class in com.holonplatform.jaxrs.spring.boot.jersey
Configuration properties for Jersey auto configuration.
JerseyConfigurationProperties() - Constructor for class com.holonplatform.jaxrs.spring.boot.jersey.JerseyConfigurationProperties
 
JerseyServerAutoConfiguration - Class in com.holonplatform.jaxrs.spring.boot.jersey
Jersey JAX-RS server auto configuration.
JerseyServerAutoConfiguration() - Constructor for class com.holonplatform.jaxrs.spring.boot.jersey.JerseyServerAutoConfiguration
 
JerseySwaggerV2AutoConfiguration - Class in com.holonplatform.jaxrs.swagger.v2.spring
Spring Boot Swagger V2 auto-configuration class for Jersey runtime.
JerseySwaggerV2AutoConfiguration(SwaggerConfigurationProperties, ObjectProvider<SwaggerConfig>) - Constructor for class com.holonplatform.jaxrs.swagger.v2.spring.JerseySwaggerV2AutoConfiguration
 
jerseySwaggerV2ResourceConfigCustomizer() - Method in class com.holonplatform.jaxrs.swagger.v2.spring.JerseySwaggerV2AutoConfiguration
 
JerseySwaggerV3AutoConfiguration - Class in com.holonplatform.jaxrs.swagger.v3.spring
Spring Boot Swagger/OpenAPI v3 auto-configuration class for Jersey runtime.
JerseySwaggerV3AutoConfiguration(SwaggerConfigurationProperties, ObjectProvider<OpenAPIConfiguration>) - Constructor for class com.holonplatform.jaxrs.swagger.v3.spring.JerseySwaggerV3AutoConfiguration
 
jerseySwaggerV3ResourceConfigCustomizer() - Method in class com.holonplatform.jaxrs.swagger.v3.spring.JerseySwaggerV3AutoConfiguration
 

L

License() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.License
 
LogConfig - Class in com.holonplatform.jaxrs
Utility class to install SLF4J JUL logging bridge.
lookupResource(Class<?>, Class<R>, Providers) - Static method in class com.holonplatform.jaxrs.server.ResourceUtils
Lookup a resource of given resourceType type, either using a suitable ContextResolver if providers is not null and a ContextResolver for given resourceType is available, or trying to obtain the resource from Context using given resourceType as context resource key.

O

of(SecurityContext) - Static method in interface com.holonplatform.jaxrs.server.auth.JaxrsAuthenticationInspector
Create a JaxrsAuthenticationInspector using given JAX-RS SecurityContext.

P

path() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
property(String, Object) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
Set the new configuration property, if already set, the existing value of the property will be updated.

R

read(Set<Class<?>>) - Method in interface com.holonplatform.jaxrs.swagger.ApiReader
Read the given API resource class set and build the API definition model.
read(Class<?>...) - Method in interface com.holonplatform.jaxrs.swagger.ApiReader
Read the given API resource class set and build the API definition model.
read(Set<Class<?>>) - Method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerReader
Read given API resource classes and generate the API model.
reader(SwaggerConfig) - Static method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
Create a new ApiReader to create an Swagger definition from a set of API resource classes.
reader(SwaggerConfig, boolean) - Static method in interface com.holonplatform.jaxrs.swagger.v2.SwaggerV2
Create a new ApiReader to create an Swagger definition from a set of API resource classes.
reader(OpenAPIConfiguration) - Static method in interface com.holonplatform.jaxrs.swagger.v3.SwaggerV3
Create a new ApiReader to create an OpenAPI definition from a set of API resource classes.
register(Class<?>) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
Register a class of a JAX-RS component (such as Path resource or a Provider).
register(Object) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
Register a class of a JAX-RS component (such as Path resource or a Provider).
ResourceUtils - Class in com.holonplatform.jaxrs.server
Utility class to handle generic resources within a JAX-RS server context.
ResteasyAuthAutoConfiguration - Class in com.holonplatform.jaxrs.spring.boot.resteasy
Resteasy authentication and authorization auto configuration based on Realm.
ResteasyAuthAutoConfiguration() - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAuthAutoConfiguration
 
ResteasyAutoConfiguration - Class in com.holonplatform.jaxrs.spring.boot.resteasy
Spring boot auto configuration to setup Resteasy using a ResteasyConfig JAX-RS Application bean and automatically register any JAX-RS resource which is declared as a Spring bean, such as Path and Provider annotated beans.
ResteasyAutoConfiguration(ResteasyConfigurationProperties, ResteasyConfig, ObjectProvider<List<ResteasyConfigCustomizer>>) - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
resteasyBootstrap(SpringBeanProcessor) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
ResteasyConfig - Class in com.holonplatform.jaxrs.spring.boot.resteasy
Resteasy JAX-RS Application configuration.
ResteasyConfig() - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfig
 
ResteasyConfigAutoConfiguration - Class in com.holonplatform.jaxrs.spring.boot.resteasy
Auto configuration class to provide a default ResteasyConfig bean instance when no other is declared as a Spring bean.
ResteasyConfigAutoConfiguration() - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigAutoConfiguration
 
ResteasyConfigCustomizer - Interface in com.holonplatform.jaxrs.spring.boot.resteasy
Callback interface that can be implemented by beans wishing to customize ResteasyConfig before it is used.
ResteasyConfigurationProperties - Class in com.holonplatform.jaxrs.spring.boot.resteasy
Resteasy Spring Boot configuration properties.
ResteasyConfigurationProperties() - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
ResteasyConfigurationProperties.Filter - Class in com.holonplatform.jaxrs.spring.boot.resteasy
 
ResteasyConfigurationProperties.Servlet - Class in com.holonplatform.jaxrs.spring.boot.resteasy
 
ResteasyConfigurationProperties.Type - Enum in com.holonplatform.jaxrs.spring.boot.resteasy
 
resteasyFilterRegistration() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
resteasyServletRegistration() - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
resteasySpringBeanProcessor() - Static method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyAutoConfiguration
 
ResteasySwaggerV2AutoConfiguration - Class in com.holonplatform.jaxrs.swagger.v2.spring
Spring Boot Swagger v2 auto-configuration class for Resteasy runtime.
ResteasySwaggerV2AutoConfiguration(SwaggerConfigurationProperties, ObjectProvider<SwaggerConfig>) - Constructor for class com.holonplatform.jaxrs.swagger.v2.spring.ResteasySwaggerV2AutoConfiguration
 
ResteasySwaggerV3AutoConfiguration - Class in com.holonplatform.jaxrs.swagger.v3.spring
Spring Boot Swagger/OpenAPI v3 auto-configuration class for Resteasy runtime.
ResteasySwaggerV3AutoConfiguration(SwaggerConfigurationProperties, ObjectProvider<OpenAPIConfiguration>) - Constructor for class com.holonplatform.jaxrs.swagger.v3.spring.ResteasySwaggerV3AutoConfiguration
 
resteasySwaggerV3ResourceConfigCustomizer() - Method in class com.holonplatform.jaxrs.swagger.v2.spring.ResteasySwaggerV2AutoConfiguration
 
resteasySwaggerV3ResourceConfigCustomizer() - Method in class com.holonplatform.jaxrs.swagger.v3.spring.ResteasySwaggerV3AutoConfiguration
 

S

Security() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Security
 
serialize(Property<?>, Object) - Method in interface com.holonplatform.jaxrs.media.FormDataPropertyValueSerializer
Serialize given property value as String to be used as application/x-www-form-urlencoded media type.
Server() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Server
 
Servlet() - Constructor for class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Servlet
 
setApplicationPath(String) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
setContact(SwaggerConfigurationProperties.Contact) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setContact(SwaggerConfigurationProperties.Contact) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setContextId(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setDescription(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setDescription(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ExternalDocs
 
setDescription(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Server
 
setDescription(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setEmail(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
setEnabled(boolean) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setExternalDocs(SwaggerConfigurationProperties.ExternalDocs) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setExternalDocs(SwaggerConfigurationProperties.ExternalDocs) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setForwardOn404(boolean) - Method in class com.holonplatform.jaxrs.spring.boot.jersey.JerseyConfigurationProperties
Set the value for the jersey.config.servlet.filter.forwardOn404 property.
setGroupId(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setHost(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setIgnoredRoutes(List<String>) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setIgnoredRoutes(List<String>) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setIncludeAll(boolean) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setIncludeAll(boolean) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setInit(Map<String, String>) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
setLicense(SwaggerConfigurationProperties.License) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setLicense(SwaggerConfigurationProperties.License) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setLicenseUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setLoadOnStartup(int) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Servlet
 
setName(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
setName(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.License
 
setName(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Security
 
setOrder(int) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Filter
 
setPath(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setPath(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setPath(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Version
 
setPrettyPrint(boolean) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setPrettyPrint(boolean) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setResourcePackage(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setResourcePackage(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setScannerType(JaxrsScannerType) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setScannerType(JaxrsScannerType) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setSchemes(String[]) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setSecurity(List<SwaggerConfigurationProperties.Security>) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setSecurity(List<SwaggerConfigurationProperties.Security>) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setServer(SwaggerConfigurationProperties.Server) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setServer(SwaggerConfigurationProperties.Server) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setTermsOfServiceUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setTermsOfServiceUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setTitle(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setTitle(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setType(ResteasyConfigurationProperties.Type) - Method in class com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties
 
setType(ApiEndpointType) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setType(ApiEndpointType) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setupLogging() - Static method in class com.holonplatform.jaxrs.LogConfig
Install SLF4J JUL logging bridge and reset previous JUL log handlers
setUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Contact
 
setUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ExternalDocs
 
setUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.License
 
setUrl(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Server
 
setV2(SwaggerConfigurationProperties.Version) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setV2(SwaggerConfigurationProperties.Version) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setV3(SwaggerConfigurationProperties.Version) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setV3(SwaggerConfigurationProperties.Version) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
setValue(List<String>) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Security
 
setVersion(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.ApiGroupConfiguration
 
setVersion(String) - Method in class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
SpringSecurityAuthenticationFeature - Class in com.holonplatform.jaxrs.server.security
A JAX-RS Feature which can be registered in server application to enable authentication support using Authenticate annotation and using Spring Security context as authentication handler.
SpringSecurityAuthenticationFeature() - Constructor for class com.holonplatform.jaxrs.server.security.SpringSecurityAuthenticationFeature
 
SwaggerConfigurationProperties - Class in com.holonplatform.jaxrs.swagger.spring
Configuration properties for Swagger auto configuration.
SwaggerConfigurationProperties() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties
 
SwaggerConfigurationProperties.ApiGroupConfiguration - Class in com.holonplatform.jaxrs.swagger.spring
API group configuration.
SwaggerConfigurationProperties.Contact - Class in com.holonplatform.jaxrs.swagger.spring
API contact configuration.
SwaggerConfigurationProperties.ExternalDocs - Class in com.holonplatform.jaxrs.swagger.spring
API external docs configuration.
SwaggerConfigurationProperties.License - Class in com.holonplatform.jaxrs.swagger.spring
API license configuration.
SwaggerConfigurationProperties.Security - Class in com.holonplatform.jaxrs.swagger.spring
API security configuration.
SwaggerConfigurationProperties.Server - Class in com.holonplatform.jaxrs.swagger.spring
API server configuration.
SwaggerConfigurationProperties.Version - Class in com.holonplatform.jaxrs.swagger.spring
API version specific configuration.
SwaggerReader - Interface in com.holonplatform.jaxrs.swagger.v2
A Swagger API definition reader.
SwaggerV2 - Interface in com.holonplatform.jaxrs.swagger.v2
Entrypoint interface for Swagger V2 readers and adapters.
SwaggerV3 - Interface in com.holonplatform.jaxrs.swagger.v3
Entrypoint interface for Swagger/OpenAPI V3 readers and adapters.

V

valueOf(String) - Static method in enum com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.holonplatform.jaxrs.swagger.ApiEndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.holonplatform.jaxrs.swagger.JaxrsScannerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.holonplatform.jaxrs.spring.boot.resteasy.ResteasyConfigurationProperties.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.holonplatform.jaxrs.swagger.ApiEndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.holonplatform.jaxrs.swagger.JaxrsScannerType
Returns an array containing the constants of this enum type, in the order they are declared.
Version() - Constructor for class com.holonplatform.jaxrs.swagger.spring.SwaggerConfigurationProperties.Version
 
A B C D E F G I J L O P R S V 
Skip navigation links

Copyright © 2019 The Holon Platform. All rights reserved.