avaje / avaje-config

Application configuration / properties loading for JVM applications
https://avaje.io/config
Apache License 2.0
47 stars 7 forks source link

getAs Function #69

Closed SentryMan closed 1 year ago

SentryMan commented 1 year ago

now can apply a mapping function when retrieving a value.

rbygrave commented 1 year ago

I think we should have a test for this. Should there be a similar Optional style like Optional<T> getAsOptional(...) ?

SentryMan commented 1 year ago

ok