Package springfox.documentation.common
Class ClassNotPresentInClassPathCondition
- java.lang.Object
-
- springfox.documentation.common.ClassNotPresentInClassPathCondition
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
- Direct Known Subclasses:
OnNotServletBasedWebApplication
public abstract class ClassNotPresentInClassPathCondition extends java.lang.Object implements org.springframework.context.annotation.Condition
-
-
Constructor Summary
Constructors Constructor Description ClassNotPresentInClassPathCondition()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.lang.String
getClassName()
boolean
matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
-
-
Method Detail
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
- Specified by:
matches
in interfaceorg.springframework.context.annotation.Condition
-
getClassName
protected abstract java.lang.String getClassName()
-
-