Uses of Class
io.streamthoughts.azkarra.api.annotations.ConditionalOn
-
Packages that use ConditionalOn Package Description io.streamthoughts.azkarra.api.annotations io.streamthoughts.azkarra.api.components.condition -
-
Uses of ConditionalOn in io.streamthoughts.azkarra.api.annotations
Methods in io.streamthoughts.azkarra.api.annotations that return ConditionalOn Modifier and Type Method Description ConditionalOn[]value() -
Uses of ConditionalOn in io.streamthoughts.azkarra.api.components.condition
Method parameters in io.streamthoughts.azkarra.api.components.condition with type arguments of type ConditionalOn Modifier and Type Method Description static List<Condition>Conditions. buildConditionsForAnnotation(List<ConditionalOn> annotations)Static helper to build a list ofConditions based on the given annotation.
-