Interface PropertySource.Origin

Enclosing interface:
PropertySource

public static sealed interface PropertySource.Origin
The origin of the property source.
Since:
4.8.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static @NonNull PropertySource.Origin
    of(@NonNull String location)
    Create an origin from a location.
  • Method Details

    • location

      String location()
      Returns:
      The location.
    • of

      static @NonNull PropertySource.Origin of(@NonNull String location)
      Create an origin from a location.
      Parameters:
      location - The location
      Returns:
      The origin