public final class PojoFieldFactory
extends java.lang.Object
| Constructor and Description |
|---|
PojoFieldFactory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<PojoField> |
getPojoFields(java.lang.Class<?> clazz)
Get all PojoFields in a given Class.
|
public static java.util.List<PojoField> getPojoFields(java.lang.Class<?> clazz)
clazz - The class to Introspect.Copyright © 2010-2015. All Rights Reserved.