Serialized Form
-
Package org.asciidoctor.jruby.converter.internal
-
Class org.asciidoctor.jruby.converter.internal.ConverterProxy
class ConverterProxy extends org.jruby.RubyObject implements Serializable
-
-
Package org.asciidoctor.jruby.extension.processorproxies
-
Class org.asciidoctor.jruby.extension.processorproxies.AbstractMacroProcessorProxy
class AbstractMacroProcessorProxy extends AbstractProcessorProxy<T extends MacroProcessor> implements Serializable -
Class org.asciidoctor.jruby.extension.processorproxies.AbstractProcessorProxy
class AbstractProcessorProxy extends org.jruby.RubyObject implements Serializable-
Serialized Fields
-
asciidoctor
JRubyAsciidoctor asciidoctor
-
processor
T extends Processor processor
-
processorClass
Class<? extends T extends Processor> processorClass
-
processorDelegate
JRubyProcessor processorDelegate
-
-
-
Class org.asciidoctor.jruby.extension.processorproxies.BlockMacroProcessorProxy
class BlockMacroProcessorProxy extends AbstractMacroProcessorProxy<BlockMacroProcessor> implements Serializable -
Class org.asciidoctor.jruby.extension.processorproxies.BlockProcessorProxy
-
Class org.asciidoctor.jruby.extension.processorproxies.DocinfoProcessorProxy
class DocinfoProcessorProxy extends AbstractProcessorProxy<DocinfoProcessor> implements Serializable -
Class org.asciidoctor.jruby.extension.processorproxies.IncludeProcessorProxy
class IncludeProcessorProxy extends AbstractProcessorProxy<IncludeProcessor> implements Serializable -
Class org.asciidoctor.jruby.extension.processorproxies.InlineMacroProcessorProxy
class InlineMacroProcessorProxy extends AbstractMacroProcessorProxy<InlineMacroProcessor> implements Serializable -
Class org.asciidoctor.jruby.extension.processorproxies.PostprocessorProxy
-
Class org.asciidoctor.jruby.extension.processorproxies.PreprocessorProxy
-
Class org.asciidoctor.jruby.extension.processorproxies.TreeprocessorProxy
-
-
Package org.asciidoctor.jruby.internal
-
Exception org.asciidoctor.jruby.internal.AsciidoctorCoreException
class AsciidoctorCoreException extends RuntimeException implements Serializable -
Class org.asciidoctor.jruby.internal.ExtensionGroupImpl.ExtensionGroupRegistrationCallback
class ExtensionGroupRegistrationCallback extends org.jruby.RubyObject implements Serializable-
Serialized Fields
-
registrators
List<ExtensionGroupImpl.Registrator> registrators
-
-
-
Class org.asciidoctor.jruby.internal.RubyOutputStreamWrapper
class RubyOutputStreamWrapper extends org.jruby.RubyObject implements Serializable-
Serialized Fields
-
bytesWritten
int bytesWritten
-
out
OutputStream out
-
-
-
-
Package org.asciidoctor.jruby.log.internal
-
Class org.asciidoctor.jruby.log.internal.JavaLogger
class JavaLogger extends org.jruby.RubyObject implements Serializable-
Serialized Fields
-
rootLogHandler
LogHandler rootLogHandler
-
-
-
-
Package org.asciidoctor.jruby.syntaxhighlighter.internal
-
Class org.asciidoctor.jruby.syntaxhighlighter.internal.SyntaxHighlighterProxy
class SyntaxHighlighterProxy extends org.jruby.RubyObject implements Serializable-
Serialized Fields
-
asciidoctor
JRubyAsciidoctor asciidoctor
-
delegate
SyntaxHighlighterAdapter delegate
-
highlighterClass
Class<? extends SyntaxHighlighterAdapter> highlighterClass
-
-
-