public class PojoFieldIntrospectorImpl extends AbstractPojoIntrospector implements PojoFieldIntrospector
PojoMethodIntrospector
interface.Modifier and Type | Class and Description |
---|---|
class |
PojoFieldIntrospectorImpl.PojoFieldIterator
This inner class iterates the fields of a given pojo-type according to the
visibility . |
Constructor and Description |
---|
PojoFieldIntrospectorImpl()
The constructor.
|
PojoFieldIntrospectorImpl(VisibilityModifier visibility,
boolean acceptStatic)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Field> |
findFields(Class<?> pojoType)
This method finds the
fields of the given pojoType . |
getInitializationState, getVisibility, initialize, isAcceptStatic, setAcceptStatic, setVisibility
public PojoFieldIntrospectorImpl()
public PojoFieldIntrospectorImpl(VisibilityModifier visibility, boolean acceptStatic)
initializes
the component.visibility
- is the visibility
.acceptStatic
- is the accept-static
flag.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.