类 AnnotationPropertyValuesAdapter

  • 所有已实现的接口:
    Iterable<org.springframework.beans.PropertyValue>, org.springframework.beans.PropertyValues

    public class AnnotationPropertyValuesAdapter
    extends Object
    implements org.springframework.beans.PropertyValues
    Annotation PropertyValues Adapter
    从以下版本开始:
    2.5.11
    另请参阅:
    Annotation, PropertyValues
    • 构造器详细资料

      • 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