org.springframework.boot.bind

Class PropertyOrigin



  • public class PropertyOrigin
    extends Object
    The origin of a property, specifically its source and its name before any prefix was removed.
    Since:
    1.3.0
    Author:
    Andy Wilkinson
    • Method Detail

      • getSource

        public org.springframework.core.env.PropertySource<?> getSource()
      • getName

        public String getName()

Copyright © 2017 Pivotal Software, Inc.. All rights reserved.