枚举类的使用
org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.Mode
程序包
说明
Auto-configuration for actuator info concerns.
Classes for application info.
-
org.springframework.boot.actuate.autoconfigure.info中InfoPropertiesInfoContributor.Mode的使用
-
org.springframework.boot.actuate.info中InfoPropertiesInfoContributor.Mode的使用
修饰符和类型方法说明protected final InfoPropertiesInfoContributor.Mode
InfoPropertiesInfoContributor.getMode()
Return the mode that should be used to expose the content.返回带有指定名称的该类的枚举常量。static InfoPropertiesInfoContributor.Mode[]
InfoPropertiesInfoContributor.Mode.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同限定符构造器说明GitInfoContributor
(GitProperties properties, InfoPropertiesInfoContributor.Mode mode) protected
InfoPropertiesInfoContributor
(T properties, InfoPropertiesInfoContributor.Mode mode)