public interface PojoMethodIntrospector
methods
of a given Pojo
.
ATTENTION:methods
inherited from superclass
are iterated by default implementations (see issue # 55).findMethods(Class)
,
PojoDescriptor
,
PojoPropertyDescriptor
Modifier and Type | Method and Description |
---|---|
Iterator<Method> |
findMethods(Class<?> pojoType)
This method finds all
Method s of the given pojoType . |
Copyright © 2001–2016 mmm-Team. All rights reserved.