Uses of Enum Class
com.levigo.jadice.web.demo.common.shared.annotation.AnnotationFormat
Packages that use AnnotationFormat
Package
Description
-
Uses of AnnotationFormat in com.levigo.jadice.web.demo.common.client.annotation
Methods in com.levigo.jadice.web.demo.common.client.annotation that return AnnotationFormatModifier and TypeMethodDescriptionstatic AnnotationFormat
AnnotationFormatDTO.to
(AnnotationFormatDTO dto) Methods in com.levigo.jadice.web.demo.common.client.annotation with parameters of type AnnotationFormatModifier and TypeMethodDescriptionstatic AnnotationFormatDTO
AnnotationFormatDTO.from
(AnnotationFormat format) void
SaveAnnotationsServerOperationCommand.setAnnoFormat
(AnnotationFormat annotationFormat) -
Uses of AnnotationFormat in com.levigo.jadice.web.demo.common.server.annotation
Methods in com.levigo.jadice.web.demo.common.server.annotation that return AnnotationFormatModifier and TypeMethodDescriptionstatic AnnotationFormat
AnnotationUtils.findFormat
(Document doc) static AnnotationFormat
AnnotationFormatDTO.to
(AnnotationFormatDTO dto) Methods in com.levigo.jadice.web.demo.common.server.annotation with parameters of type AnnotationFormatModifier and TypeMethodDescriptionstatic AnnotationFormatDTO
AnnotationFormatDTO.from
(AnnotationFormat format) protected static com.levigo.jadice.document.write.FormatWriter
AnnotationUtils.initWriter
(AnnotationFormat format, com.levigo.jadice.document.write.DefaultWriterControls controls) static com.levigo.jadice.annotation.AnnotationReaderSettings
AnnotationUtils.setFormat
(com.levigo.jadice.document.read.Reader reader, AnnotationFormat format, AnnotationProfileRegistry annotationProfileRegistry) static void
AnnotationUtils.writeOutputStream
(Document document, OutputStream outputStream, String streamId, org.jadice.util.log.Logger logger, AnnotationFormat annoFormat, ByteArrayOutputStream baos)