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)
PojoFieldIntrospector
fields
of the given pojoType
.findFields
in interface PojoFieldIntrospector
pojoType
- is the type reflecting the POJO for which the fields
are requested.Field
s.Copyright © 2001–2016 mmm-Team. All rights reserved.