类的使用
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 newConditionMessagebased on the instance and a new condition outcome.ConditionMessage.andCondition(String condition, Object... details) Return a new builder to construct a newConditionMessagebased on the instance and a new condition outcome.static ConditionMessage.BuilderConditionMessage.forCondition(Class<? extends Annotation> condition, Object... details) Factory method for a builder to construct a newConditionMessagefor a condition.static ConditionMessage.BuilderConditionMessage.forCondition(String condition, Object... details) Factory method for a builder to construct a newConditionMessagefor a condition.protected final ConditionMessage.BuilderResourceCondition.startConditionMessage()限定符构造器说明protectedOnPropertyListCondition(String propertyName, Supplier<ConditionMessage.Builder> messageBuilder) Create a new instance with the property to check and the message builder to use.