Example usage for org.springframework.expression TypeConverter interface-usage

List of usage examples for org.springframework.expression TypeConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.expression TypeConverter interface-usage.

Usage

From source file cz.jirutka.validator.spring.support.RelaxedBooleanTypeConverterDecorator.java

/**
 * Decorator for {@linkplain TypeConverter} that can convert numbers,
 * collections and arrays to boolean value. Not matching types delegates to
 * the decorated converter.
 *
 * <h2>Number -> Boolean:</h2>