类 AnnotationsPropertySource

    • 方法详细资料

      • containsProperty

        public boolean containsProperty​(String name)
        覆盖:
        containsProperty 在类中 org.springframework.core.env.EnumerablePropertySource<Class<?>>
      • getProperty

        public Object getProperty​(String name)
        指定者:
        getProperty 在类中 org.springframework.core.env.PropertySource<Class<?>>
      • getPropertyNames

        public String[] getPropertyNames()
        指定者:
        getPropertyNames 在类中 org.springframework.core.env.EnumerablePropertySource<Class<?>>
      • equals

        public boolean equals​(Object obj)
        覆盖:
        equals 在类中 org.springframework.core.env.PropertySource<Class<?>>
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 org.springframework.core.env.PropertySource<Class<?>>