Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.autoconfigure.condition Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
AllNestedConditionsCondition that will match when all nested class conditions match.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
AnyNestedConditionCondition that will match when any nested class condition matches.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnBeanConditional that only matches when the specified bean classes and/or names arealready contained in the BeanFactory.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnClassConditional that only matches when the specified classes are on the classpath.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnExpressionConfiguration annotation for a conditional element that depends on the value of a SpELOptional Element SummaryClassorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnJavaConditional that matches based on the JVM version the application is runningSince:1.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnJava .JavaVersionReturns the ConditionalOnJava.Classorg.springframework.boot.autoconfigure.condition.ConditionalOnJavaSpring Boot
ConditionalOnJava .RangeEqual to, or newer than the specified ConditionalOnJava.Classorg.springframework.boot.autoconfigure.condition.ConditionalOnJavaSpring Boot
ConditionalOnJndiConditional that matches based on the availability of a JNDIInitialContext and the ability to lookup specific locations.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnMissingBeanConditional that only matches when the specified bean classes and/or names arenot already contained in the BeanFactory.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnMissingClassConditional that only matches when the specified classes are not on theOptional Element SummaryClassorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnPropertyConditional that checks if the specified properties have a specific value.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnResourceConditional that only matches when the specified resources are on theOptional Element SummaryClassorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionalOnSingleCandidateConditional that only matches when the specified bean class is alreadycontained in the BeanFactory and a single candidate can be determined.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionEvaluationReportRecords condition evaluation details for reporting and logging.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ConditionEvaluationReport .ConditionAndOutcomeProvides access to a single Condition and ConditionOutcome.Classorg.springframework.boot.autoconfigure.condition.ConditionEvaluationReportSpring Boot
ConditionEvaluationReport .ConditionAndOutcomesProvides access to a number of ConditionEvaluationReport.Classorg.springframework.boot.autoconfigure.condition.ConditionEvaluationReportSpring Boot
ConditionOutcomeOutcome for a condition match, including log message.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
NoneNestedConditionsCondition that will match when none of the nested class conditions match.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
ResourceConditionSpringBootCondition used to check if a resource can be found using aconfigurable property and optional default location(s).Classorg.springframework.boot.autoconfigure.conditionSpring Boot
SearchStrategySome named search strategies for beans in the bean factory hierarchy.Classorg.springframework.boot.autoconfigure.conditionSpring Boot
SpringBootConditionBase of all Condition implementations used with Spring Boot.Classorg.springframework.boot.autoconfigure.conditionSpring Boot