Class PathAndMethodGenerationCondition
- java.lang.Object
-
- de.quantummaid.httpmaid.generator.PathAndMethodGenerationCondition
-
- All Implemented Interfaces:
GenerationCondition
public final class PathAndMethodGenerationCondition extends Object implements GenerationCondition
-
-
Constructor Summary
Constructors Constructor Description PathAndMethodGenerationCondition()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangenerate(MetaData metaData)booleanisSubsetOf(GenerationCondition other)static PathAndMethodGenerationConditionpathAndMethodEventTypeGenerationCondition(PathTemplate pathTemplate, HttpRequestMethod... methods)
-
-
-
Method Detail
-
pathAndMethodEventTypeGenerationCondition
public static PathAndMethodGenerationCondition pathAndMethodEventTypeGenerationCondition(PathTemplate pathTemplate, HttpRequestMethod... methods)
-
isSubsetOf
public boolean isSubsetOf(GenerationCondition other)
- Specified by:
isSubsetOfin interfaceGenerationCondition
-
generate
public boolean generate(MetaData metaData)
- Specified by:
generatein interfaceGenerationCondition
-
-