Is there any way to load a class marked with @ConfigurationProperties without using a Spring Context directly? Basically I want to reuse all the smart logic tha
@ConfigurationProperties
import org.springframework.boot.context.properties.bind.Binder val binder = Binder.get(environment) binder.bind(prefix, MySettings.class).get