Class ConditionalOnPropertyNotEmpty.OnPropertyNotEmptyCondition

java.lang.Object
ch.tocco.nice2.appmodule.api.ConditionalOnPropertyNotEmpty.OnPropertyNotEmptyCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition
Enclosing class:
ConditionalOnPropertyNotEmpty

public static class ConditionalOnPropertyNotEmpty.OnPropertyNotEmptyCondition extends Object implements org.springframework.context.annotation.Condition
  • Constructor Details

    • OnPropertyNotEmptyCondition

      public OnPropertyNotEmptyCondition()
  • Method Details

    • matches

      public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      matches in interface org.springframework.context.annotation.Condition