Package com.bld.crypto.aes.config
Class AesConditional
- java.lang.Object
-
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
-
- com.bld.crypto.aes.config.AesConditional
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class AesConditional extends org.springframework.boot.autoconfigure.condition.SpringBootConditionThe Class PubKeyConditional.
-
-
Constructor Summary
Constructors Constructor Description AesConditional()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.autoconfigure.condition.ConditionOutcomegetMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)Gets the match outcome.
-
-
-
Method Detail
-
getMatchOutcome
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)Gets the match outcome.- Specified by:
getMatchOutcomein classorg.springframework.boot.autoconfigure.condition.SpringBootCondition- Parameters:
context- the contextmetadata- the metadata- Returns:
- the match outcome
-
-