Package org.acegisecurity.domain.util

Examples of org.acegisecurity.domain.util.ReflectionToStringBuilder


     * Delegates to {@link CollectionIgnoringReflectionToStringBuilder}.
     *
     * @see java.lang.Object#toString()
     */
    public String toString() {
        return new ReflectionToStringBuilder(this).toString();
    }
View Full Code Here

TOP

Related Classes of org.acegisecurity.domain.util.ReflectionToStringBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.