org.springframework.boot.origin

Interface OriginProvider

  • All Known Implementing Classes:
    BindException, ConfigurationProperty, OriginTrackedValue
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.


    @FunctionalInterface
    public interface OriginProvider
    Interface to provide access to the origin of an item.
    Since:
    2.0.0
    Author:
    Phillip Webb
    See Also:
    Origin
    • Method Detail

      • getOrigin

        Origin getOrigin()
        Return the source origin or null if the origin is not known.
        Returns:
        the origin or null

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