类的使用
org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
使用ConditionMessage.Builder的程序包
程序包
说明
Actuator endpoint auto-configuration conditions.
@Condition
annotations and supporting classes.-
org.springframework.boot.actuate.autoconfigure.endpoint.condition中ConditionMessage.Builder的使用
修饰符和类型方法说明EndpointExposureOutcomeContributor.getExposureOutcome
(EndpointId endpointId, Set<EndpointExposure> exposures, ConditionMessage.Builder message) Return if the given endpoint is exposed for the given set of exposure technologies. -
org.springframework.boot.autoconfigure.condition中ConditionMessage.Builder的使用
修饰符和类型方法说明ConditionMessage.andCondition
(Class<? extends Annotation> condition, Object... details) Return a new builder to construct a newConditionMessage
based on the instance and a new condition outcome.ConditionMessage.andCondition
(String condition, Object... details) Return a new builder to construct a newConditionMessage
based on the instance and a new condition outcome.static ConditionMessage.Builder
ConditionMessage.forCondition
(Class<? extends Annotation> condition, Object... details) Factory method for a builder to construct a newConditionMessage
for a condition.static ConditionMessage.Builder
ConditionMessage.forCondition
(String condition, Object... details) Factory method for a builder to construct a newConditionMessage
for a condition.protected final ConditionMessage.Builder
ResourceCondition.startConditionMessage()
限定符构造器说明protected
OnPropertyListCondition
(String propertyName, Supplier<ConditionMessage.Builder> messageBuilder) Create a new instance with the property to check and the message builder to use.