|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReflectorProvider
Method Summary | |
---|---|
void |
addTypeHandler(TypeHandler handler)
Adds a TypeHandler. |
void |
removeTypeHandler(TypeHandler handler)
Removes a TypeHandler from the ReflectorProvider. |
Method Detail |
---|
void addTypeHandler(TypeHandler handler)
TypeHandlers must be added in the priority order with the least high priority first, such as the default ObjectTypeHandler, and highly specialized type handlers last.
There is no support for adding a lower priority TypeHandler after a higher priority one.
handler
- The TypeHandler to be added.void removeTypeHandler(TypeHandler handler)
handler
- The TypeHandler instance to be removed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |