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 Link icon

    • OnPropertyNotEmptyCondition Link icon

      public OnPropertyNotEmptyCondition()
  • Method Details Link icon

    • matches Link icon

      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