public class NoPojoFieldIntrospector extends Object implements PojoFieldIntrospector
PojoFieldIntrospector interface that never finds any field.| Constructor and Description |
|---|
NoPojoFieldIntrospector()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Field> |
findFields(Class<?> pojoType)
This method finds the
fields of the given pojoType. |
public Iterator<Field> findFields(Class<?> pojoType)
PojoFieldIntrospectorfields of the given pojoType.findFields in interface PojoFieldIntrospectorpojoType - is the type reflecting the POJO for which the fields are requested.Fields.Copyright © 2001–2016 mmm-Team. All rights reserved.