|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflexjson.locators.StaticClassLocator
public class StaticClassLocator
Simple implementation for translating an object path to a single class.
Normally you would not use this class directly and use the
JSONDeserializer.use(String, Class) method
instead.
| Constructor Summary | |
|---|---|
StaticClassLocator(java.lang.Class clazz)
|
|
| Method Summary | |
|---|---|
java.lang.Class |
locate(java.util.Map map,
Path currentPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticClassLocator(java.lang.Class clazz)
| Method Detail |
|---|
public java.lang.Class locate(java.util.Map map,
Path currentPath)
locate in interface ClassLocator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||