Example usage for org.springframework.beans MutablePropertyValues subclass-usage

List of usage examples for org.springframework.beans MutablePropertyValues subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans MutablePropertyValues subclass-usage.

Usage

From source file com.trenako.web.infrastructure.ServletRequestPathVariablesPropertyValues.java

/**
 * Extracts the path variables from the {@code servlet path}.
 * <p>
 * This class is implemented as a mutable map of property values to
 * ease the data binding for {@code SearchCriteria} beans.
 * </p>