Uses of Class
org.kiwiproject.config.EndpointConfiguration
Packages that use EndpointConfiguration
-
Uses of EndpointConfiguration in org.kiwiproject.config
Methods in org.kiwiproject.config that return EndpointConfigurationModifier and TypeMethodDescriptionEndpointConfiguration.Builder.build()SecureEndpointsConfiguration.getEndpointByPathEnding(String pathEnding) Finds theEndpointConfigurationwith a path ending with the givenpathEnding, throwing an exception if not found.SecureEndpointsConfiguration.getEndpointByTag(String tag) Finds theEndpointConfigurationwith the given tag, throwing an exception if not found.Methods in org.kiwiproject.config that return types with arguments of type EndpointConfigurationModifier and TypeMethodDescriptionSecureEndpointsConfiguration.getEndpointByPathEndingOrEmpty(String pathEnding) Finds theEndpointConfigurationwith a path ending with the givenpathEnding, returning an empty Optional if not found.SecureEndpointsConfiguration.getEndpointByTagOrEmpty(String tag) Finds theEndpointConfigurationwith the given tag, returning an empty Optional if not found.SecureEndpointsConfiguration.getEndpoints()The endpoints in this configuration.Method parameters in org.kiwiproject.config with type arguments of type EndpointConfigurationModifier and TypeMethodDescriptionvoidSecureEndpointsConfiguration.setEndpoints(List<EndpointConfiguration> endpoints) The endpoints in this configuration.