Class AnnotationsPropertySource

    • Method Detail

      • containsProperty

        public boolean containsProperty​(String name)
        Overrides:
        containsProperty in class org.springframework.core.env.EnumerablePropertySource<Class<?>>
      • getProperty

        public Object getProperty​(String name)
        Specified by:
        getProperty in class org.springframework.core.env.PropertySource<Class<?>>
      • getPropertyNames

        public String[] getPropertyNames()
        Specified by:
        getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<Class<?>>
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class org.springframework.core.env.PropertySource<Class<?>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.springframework.core.env.PropertySource<Class<?>>