Example usage for org.apache.commons.lang ObjectUtils subclass-usage

List of usage examples for org.apache.commons.lang ObjectUtils subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang ObjectUtils subclass-usage.

Usage

From source file org.mule.util.ObjectUtils.java

public class ObjectUtils extends org.apache.commons.lang.ObjectUtils {

    /** logger used by this class */
    protected static final Log logger = LogFactory.getLog(ObjectUtils.class);

    /**

From source file com.wcs.base.util.ObjectUtils.java

/**
 * Miscellaneous object utility methods.
 * 
 * <p>
 * Mainly for internal use within the framework; consider <a
 * href="http://jakarta.apache.org/commons/lang/">Jakarta's Commons Lang</a> for