|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.negro.jajb.binding.JAJBBindResolver
public class JAJBBindResolver
This is the it.dangelo.javabinding.mappings.BindResolver implementation for JAJB. It is used during unmarshall operation
| Constructor Summary | |
|---|---|
JAJBBindResolver()
|
|
| Method Summary | |
|---|---|
int |
getLength(java.lang.Object arg0)
Returns met arg0 JSONArray length during unmarshall operation. |
java.lang.Object |
getValue(java.lang.Object arg0,
int arg1)
Return the value of the attribute at arg1 index into arg0 that should be a JSONArray |
java.lang.Object |
getValue(java.lang.Object arg0,
java.lang.String arg1)
Returns the value of the attribute named "arg1" into arg0 that should be a JSONObject. |
boolean |
isArray(java.lang.Object arg0)
Says if met arg0 object during unmarshall is a JSONArray |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAJBBindResolver()
| Method Detail |
|---|
public int getLength(java.lang.Object arg0)
throws java.lang.Exception
getLength in interface it.dangelo.javabinding.mappings.BindResolverjava.lang.Exception
public java.lang.Object getValue(java.lang.Object arg0,
java.lang.String arg1)
throws java.lang.Exception
getValue in interface it.dangelo.javabinding.mappings.BindResolverjava.lang.Exception
public java.lang.Object getValue(java.lang.Object arg0,
int arg1)
throws java.lang.Exception
getValue in interface it.dangelo.javabinding.mappings.BindResolverjava.lang.Exception
public boolean isArray(java.lang.Object arg0)
throws java.lang.Exception
isArray in interface it.dangelo.javabinding.mappings.BindResolverjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||