类 AnnotationPropertyValuesAdapter
- java.lang.Object
-
- org.apache.dubbo.config.spring.beans.factory.annotation.AnnotationPropertyValuesAdapter
-
- 所有已实现的接口:
Iterable<org.springframework.beans.PropertyValue>,org.springframework.beans.PropertyValues
public class AnnotationPropertyValuesAdapter extends Object implements org.springframework.beans.PropertyValues
AnnotationPropertyValuesAdapter- 从以下版本开始:
- 2.5.11
- 另请参阅:
Annotation,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.PropertyValueschangesSince(org.springframework.beans.PropertyValues old)booleancontains(String propertyName)org.springframework.beans.PropertyValuegetPropertyValue(String propertyName)org.springframework.beans.PropertyValue[]getPropertyValues()booleanisEmpty()
-
-
-
构造器详细资料
-
AnnotationPropertyValuesAdapter
public AnnotationPropertyValuesAdapter(Map<String,Object> attributes, org.springframework.core.env.PropertyResolver propertyResolver, String... ignoreAttributeNames)
- 参数:
attributes-propertyResolver-ignoreAttributeNames-- 从以下版本开始:
- 2.7.3
-
AnnotationPropertyValuesAdapter
public AnnotationPropertyValuesAdapter(Annotation annotation, org.springframework.core.env.PropertyResolver propertyResolver, boolean ignoreDefaultValue, String... ignoreAttributeNames)
-
AnnotationPropertyValuesAdapter
public AnnotationPropertyValuesAdapter(Annotation annotation, org.springframework.core.env.PropertyResolver propertyResolver, String... ignoreAttributeNames)
-
-
方法详细资料
-
getPropertyValues
public org.springframework.beans.PropertyValue[] getPropertyValues()
- 指定者:
getPropertyValues在接口中org.springframework.beans.PropertyValues
-
getPropertyValue
public org.springframework.beans.PropertyValue getPropertyValue(String propertyName)
- 指定者:
getPropertyValue在接口中org.springframework.beans.PropertyValues
-
changesSince
public org.springframework.beans.PropertyValues changesSince(org.springframework.beans.PropertyValues old)
- 指定者:
changesSince在接口中org.springframework.beans.PropertyValues
-
contains
public boolean contains(String propertyName)
- 指定者:
contains在接口中org.springframework.beans.PropertyValues
-
isEmpty
public boolean isEmpty()
- 指定者:
isEmpty在接口中org.springframework.beans.PropertyValues
-
-