|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.converter.JsonConverterFactory
@Singleton public class JsonConverterFactory
Constructor Summary | |
---|---|
JsonConverterFactory()
|
Method Summary | |
---|---|
java.lang.Class<JSON> |
getAnnotationClass()
|
Converter |
getConverter(AnnotationContainer container,
JSON annotation)
|
void |
setObjectMapper(org.codehaus.jackson.map.ObjectMapper objectMapper)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsonConverterFactory()
Method Detail |
---|
public java.lang.Class<JSON> getAnnotationClass()
getAnnotationClass
in interface AnnotationDrivenConverterFactory<JSON>
public Converter getConverter(AnnotationContainer container, JSON annotation)
getConverter
in interface AnnotationDrivenConverterFactory<JSON>
annotation
- the annotation that was found on this property
public void setObjectMapper(org.codehaus.jackson.map.ObjectMapper objectMapper)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |