Uses of Class
com.bobocode.bring.web.actuator.dto.PropertiesData
Packages that use PropertiesData
Package
Description
-
Uses of PropertiesData in com.bobocode.bring.web.actuator.controller
Methods in com.bobocode.bring.web.actuator.controller that return PropertiesDataModifier and TypeMethodDescriptionActuatorController.env()
Endpoint for retrieving environment properties of the application. -
Uses of PropertiesData in com.bobocode.bring.web.actuator.service
Methods in com.bobocode.bring.web.actuator.service that return PropertiesDataModifier and TypeMethodDescriptionActuatorService.preparePropertyData()
Prepares system properties data. -
Uses of PropertiesData in com.bobocode.bring.web.actuator.service.impl
Methods in com.bobocode.bring.web.actuator.service.impl that return PropertiesDataModifier and TypeMethodDescriptionDefaultActuatorService.preparePropertyData()
Prepares system properties data for the Actuator endpoint.