Uses of Interface
com.levigo.jadice.web.server.annotation.save.SaveAnnotationsHandler
Packages that use SaveAnnotationsHandler
Package
Description
-
Uses of SaveAnnotationsHandler in com.levigo.jadice.web.demo.common.server.annotation
Classes in com.levigo.jadice.web.demo.common.server.annotation that implement SaveAnnotationsHandler -
Uses of SaveAnnotationsHandler in com.levigo.jadice.web.server.config
Methods in com.levigo.jadice.web.server.config that return SaveAnnotationsHandlerModifier and TypeMethodDescriptionDefaultServerConfiguration.getSaveAnnotationHandler
(String handlerID) ServerConfiguration.getSaveAnnotationHandler
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.levigo.jadice.web.server.config that return types with arguments of type SaveAnnotationsHandlerModifier and TypeMethodDescriptionDefaultServerConfiguration.getSaveAnnotationsHandlers()
ServerConfiguration.getSaveAnnotationsHandlers()
Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in com.levigo.jadice.web.server.config with type arguments of type SaveAnnotationsHandlerModifier and TypeMethodDescriptionvoid
DefaultServerConfiguration.setSaveAnnotationHandlers
(HashMap<String, SaveAnnotationsHandler> saveAnnotationsHandlers) void
ServerConfiguration.setSaveAnnotationHandlers
(HashMap<String, SaveAnnotationsHandler> saveAnnotationsHandlers) Deprecated, for removal: This API element is subject to removal in a future version.