public interface PojoFieldIntrospector
fields
of a given Pojo
. fields
are iterated by default implementations (see
issue # 55).findFields(Class)
,
PojoDescriptor
,
PojoPropertyDescriptor
Modifier and Type | Method and Description |
---|---|
Iterator<Field> |
findFields(Class<?> pojoType)
This method finds the
fields of the given pojoType . |
Copyright © 2001–2016 mmm-Team. All rights reserved.