public class IsJaxrsAvailableCondition extends Object implements org.springframework.context.annotation.Condition
Condition class that checks for the presence of a JAXRS class to determine if JAXRS is actually loaded
By default, this checks the existence of javax.ws.rs.core.UriInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
JAXRSCLASS
Fully-qualified name of a class that is representative of JAXRS being loaded
|
| Constructor and Description |
|---|
IsJaxrsAvailableCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
public static String JAXRSCLASS
Copyright © 2015. All Rights Reserved.