Class SbomEndpointWebExtension
java.lang.Object
org.springframework.boot.actuate.sbom.SbomEndpointWebExtension
@EndpointWebExtension(endpoint=SbomEndpoint.class)
public class SbomEndpointWebExtension
extends Object
@EndpointWebExtension
for the SbomEndpoint
.- Since:
- 3.3.0
- Author:
- Moritz Halbritter
-
Constructor Summary
ConstructorDescriptionSbomEndpointWebExtension
(SbomEndpoint sbomEndpoint, SbomProperties properties) -
Method Summary
-
Constructor Details
-
SbomEndpointWebExtension
-