Example usage for org.springframework.core.env JOptCommandLinePropertySource subclass-usage

List of usage examples for org.springframework.core.env JOptCommandLinePropertySource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.env JOptCommandLinePropertySource subclass-usage.

Usage

From source file io.bitsquare.util.spring.JOptCommandLinePropertySource.java

/**
 * Customizes {@link io.bitsquare.util.spring.JOptCommandLinePropertySource#getOptionValues(String)}
 * to allow for proper use of {@link joptsimple.ArgumentAcceptingOptionSpec#ofType(Class)}.
 * To be removed once https://github.com/spring-projects/spring-framework/pull/693 has
 * been merged and made available in a release.
 */