public class ConditionalAnnotationMetadata extends Object implements org.springframework.core.type.AnnotatedTypeMetadata
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_INDEX |
| Constructor and Description |
|---|
ConditionalAnnotationMetadata(Conditional conditional) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.MultiValueMap<String,Object> |
getAllAnnotationAttributes(String annotationName) |
org.springframework.util.MultiValueMap<String,Object> |
getAllAnnotationAttributes(String annotationName,
boolean classValuesAsString) |
Map<String,Object> |
getAnnotationAttributes(String annotationName) |
Map<String,Object> |
getAnnotationAttributes(String annotationName,
boolean classValuesAsString) |
boolean |
isAnnotated(String annotationName) |
public static final String PARAMETER_INDEX
public ConditionalAnnotationMetadata(Conditional conditional)
public boolean isAnnotated(String annotationName)
isAnnotated in interface org.springframework.core.type.AnnotatedTypeMetadatapublic Map<String,Object> getAnnotationAttributes(String annotationName)
getAnnotationAttributes in interface org.springframework.core.type.AnnotatedTypeMetadatapublic Map<String,Object> getAnnotationAttributes(String annotationName, boolean classValuesAsString)
getAnnotationAttributes in interface org.springframework.core.type.AnnotatedTypeMetadatapublic org.springframework.util.MultiValueMap<String,Object> getAllAnnotationAttributes(String annotationName)
getAllAnnotationAttributes in interface org.springframework.core.type.AnnotatedTypeMetadataCopyright © 2018. All rights reserved.