Uses of Interface
org.eclipse.jetty.util.ajax.JSON.Convertor
-
Uses of JSON.Convertor in org.eclipse.jetty.util.ajax
Classes in org.eclipse.jetty.util.ajax that implement JSON.ConvertorModifier and TypeClassDescriptionclassclassConvert aDateto JSON.classConvert anEnumto JSON.classConvert an Object to JSON using reflection on getters methods.classConverts POJOs to JSON and vice versa.classMethods in org.eclipse.jetty.util.ajax that return JSON.ConvertorModifier and TypeMethodDescriptionAsyncJSON.Factory.getConvertor(String className) Returns theJSON.Convertorassociated with the given class name, if any.protected JSON.ConvertorJSON.getConvertor(Class forClass) Lookup a convertor for a class.JSON.getConvertorFor(String name) Lookup a convertor for a named class.AsyncJSON.Factory.removeConvertor(String className) Removes theJSON.Convertorassociated with the given class name.JSON.removeConvertorFor(String name) Removes a registeredJSON.Convertorfor the given named class or interface.Methods in org.eclipse.jetty.util.ajax with parameters of type JSON.ConvertorModifier and TypeMethodDescriptionvoidJSON.addConvertor(Class forClass, JSON.Convertor convertor) Register aJSON.Convertorfor a class or interface.voidJSON.addConvertorFor(String name, JSON.Convertor convertor) Register aJSON.Convertorfor a named class or interface.voidJSON.appendJSON(Appendable buffer, JSON.Convertor convertor, Object object) voidJSON.appendJSON(StringBuffer buffer, JSON.Convertor convertor, Object object) Deprecated.voidAsyncJSON.Factory.putConvertor(String className, JSON.Convertor convertor) Associates the givenJSON.Convertorto the given class name.static voidJSON.registerConvertor(Class forClass, JSON.Convertor convertor) Register aJSON.Convertorfor a class or interface.