- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFieldType (0.09 sec)
-
src/test/java/org/codelibs/core/beans/factory/ParameterizedClassDescFactoryTest.java
import org.junit.Test; /** * @author koichik */ public class ParameterizedClassDescFactoryTest { /** * @throws Exception */ @Test public void testFieldType() throws Exception { final Map<TypeVariable<?>, Type> map = ParameterizedClassDescFactory.getTypeVariables(Hoge.class); final Field field = Hoge.class.getField("foo");
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 4.4K bytes - Viewed (0)