Java org.apache.commons.el Coercions fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.el Coercions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.el Coercions.

The text is from its open source code.

Method

Objectcoerce(Object pValue, Class pClass, Logger pLogger)
Coerces the given value to the specified class.
BooleancoerceToBoolean(Object pValue, Logger pLogger)
Coerces a value to a Boolean
IntegercoerceToInteger(Object pValue, Logger pLogger)
Coerces a value to an Integer, returning null if the coercion isn't possible.