public class AnnotationPropertyValuesAdapter extends Object implements org.springframework.beans.PropertyValues
Annotation PropertyValues AdapterAnnotation,
PropertyValues| 构造器和说明 |
|---|
AnnotationPropertyValuesAdapter(Annotation annotation,
org.springframework.core.env.PropertyResolver propertyResolver,
boolean ignoreDefaultValue,
String... ignoreAttributeNames) |
AnnotationPropertyValuesAdapter(Annotation annotation,
org.springframework.core.env.PropertyResolver propertyResolver,
String... ignoreAttributeNames) |
AnnotationPropertyValuesAdapter(Map<String,Object> attributes,
org.springframework.core.env.PropertyResolver propertyResolver,
String... ignoreAttributeNames) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.beans.PropertyValues |
changesSince(org.springframework.beans.PropertyValues old) |
boolean |
contains(String propertyName) |
org.springframework.beans.PropertyValue |
getPropertyValue(String propertyName) |
org.springframework.beans.PropertyValue[] |
getPropertyValues() |
boolean |
isEmpty() |
public AnnotationPropertyValuesAdapter(Map<String,Object> attributes, org.springframework.core.env.PropertyResolver propertyResolver, String... ignoreAttributeNames)
attributes - propertyResolver - ignoreAttributeNames - public AnnotationPropertyValuesAdapter(Annotation annotation, org.springframework.core.env.PropertyResolver propertyResolver, boolean ignoreDefaultValue, String... ignoreAttributeNames)
public AnnotationPropertyValuesAdapter(Annotation annotation, org.springframework.core.env.PropertyResolver propertyResolver, String... ignoreAttributeNames)
public org.springframework.beans.PropertyValue[] getPropertyValues()
getPropertyValues 在接口中 org.springframework.beans.PropertyValuespublic org.springframework.beans.PropertyValue getPropertyValue(String propertyName)
getPropertyValue 在接口中 org.springframework.beans.PropertyValuespublic org.springframework.beans.PropertyValues changesSince(org.springframework.beans.PropertyValues old)
changesSince 在接口中 org.springframework.beans.PropertyValuespublic boolean contains(String propertyName)
contains 在接口中 org.springframework.beans.PropertyValuespublic boolean isEmpty()
isEmpty 在接口中 org.springframework.beans.PropertyValuesCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.