public interface MemberFinder<T extends java.lang.reflect.Member>
Member
objects.Modifier and Type | Method and Description |
---|---|
T |
find(java.lang.Class<?> type)
Finds the object in the specified type.
|
T find(java.lang.Class<?> type) throws java.lang.Exception
type
- the type for searching the object.java.lang.Exception
- if an error occurs.