Uses of Class
org.kiwiproject.config.EndpointConfiguration
-
Packages that use EndpointConfiguration Package Description org.kiwiproject.config -
-
Uses of EndpointConfiguration in org.kiwiproject.config
Methods in org.kiwiproject.config that return EndpointConfiguration Modifier and Type Method Description EndpointConfigurationEndpointConfiguration.Builder. build()EndpointConfigurationSecureEndpointsConfiguration. getEndpointByPathEnding(String pathEnding)Finds theEndpointConfigurationwith a path ending with the givenpathEnding, throwing an exception if not found.EndpointConfigurationSecureEndpointsConfiguration. 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 EndpointConfiguration Modifier and Type Method Description Optional<EndpointConfiguration>SecureEndpointsConfiguration. getEndpointByPathEndingOrEmpty(String pathEnding)Finds theEndpointConfigurationwith a path ending with the givenpathEnding, returning an empty Optional if not found.Optional<EndpointConfiguration>SecureEndpointsConfiguration. getEndpointByTagOrEmpty(String tag)Finds theEndpointConfigurationwith the given tag, returning an empty Optional if not found.
-