|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringifierRegistry
A registry for mapping classes to Stringifiers
Method Summary | |
---|---|
void |
add(Class theClass,
Stringifier stringifier)
Add a mapping from a Class to a Stringifier |
Stringifier |
lookup(Class theClass)
Lookup a Stringifier from a Class. |
Method Detail |
---|
void add(Class theClass, Stringifier stringifier)
theClass
- the Class to which the Stringifier should be associatedstringifier
- the Stringifier for the classStringifier lookup(Class theClass)
theClass
- the Class
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.