From the original comment:
I'm thinking .properties(ConfigurationPropertySource) would make sense
Here’s another thought - the file is probably going to be a “starting point”, so it might make sense to allow the user to define the base property source from the SearchMappingBuilder builder(MethodHandles.Lookup, ConfigurationPropertySource). That way we won’t have to merge multiple different property sources inside the builder. |