Skip to content

Instantly share code, notes, and snippets.

View antoinesd's full-sized avatar

Antoine Sabot-Durand antoinesd

View GitHub Profile
/*
* JBoss, Home of Professional Open Source
* Copyright 2011, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
@LightGuard
LightGuard / EntityConverter.java
Created March 24, 2011 21:22
EntityConverter for Seam 3
package org.jboss.seam.faces.conversion;
import java.io.Serializable;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Member;
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;