Class ProLicenseCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
cn.sliew.carp.framework.license.condition.AbstractLicenseCondition
cn.sliew.carp.framework.license.condition.ProLicenseCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition, org.springframework.context.annotation.ConfigurationCondition

public class ProLicenseCondition extends AbstractLicenseCondition
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition

    org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class cn.sliew.carp.framework.license.condition.AbstractLicenseCondition

    getConfigurationPhase, getMatchOutcome

    Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition

    anyMatches, logOutcome, matches, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.context.annotation.Condition

    matches
  • Constructor Details

    • ProLicenseCondition

      public ProLicenseCondition()