public interface SchemaContext
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getJavaType()
javaType describes the java type we're expecting to serialize
 to or to desererialze from. 
 | 
int | 
hashCode()  | 
void | 
setJavaType(String v)
javaType describes the java type we're expecting to serialize
 to or to desererialze from. 
 | 
String getJavaType()
void setJavaType(String v)
v - Value to assign to javaType.