Class OnEndpointElementCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.actuate.autoconfigure.OnEndpointElementCondition
All Implemented Interfaces:
Condition

public abstract class OnEndpointElementCondition extends SpringBootCondition
Base endpoint element condition. An element can be disabled globally through the defaults name or individually through the name of the element.
Since:
2.0.0
Author:
Stephane Nicoll, Madhura Bhave
  • Constructor Details

    • OnEndpointElementCondition

      protected OnEndpointElementCondition(String prefix, Class<? extends Annotation> annotationType)
  • Method Details