Example usage for org.springframework.beans PropertyValues interface-usage

List of usage examples for org.springframework.beans PropertyValues interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans PropertyValues interface-usage.

Usage

From source file org.springframework.web.filter.FilterConfigPropertyValues.java

 /**
  * PropertyValues implementation created from ServetConfig parameters.
  * This class is immutable once initialized.
  * @author Juergen Hoeller
  */
 class FilterConfigPropertyValues implements PropertyValues {