Class ConverterProxy.Allocator
java.lang.Object
org.asciidoctor.jruby.converter.internal.ConverterProxy.Allocator
- All Implemented Interfaces:
org.jruby.runtime.ObjectAllocator
- Enclosing class:
- ConverterProxy<T>
public static class ConverterProxy.Allocator
extends Object
implements org.jruby.runtime.ObjectAllocator
-
Field Summary
Fields inherited from interface org.jruby.runtime.ObjectAllocator
NOT_ALLOCATABLE_ALLOCATOR -
Constructor Summary
ConstructorsConstructorDescriptionAllocator(Class<? extends Converter> converterClass, JRubyAsciidoctor asciidoctor) -
Method Summary
Modifier and TypeMethodDescriptionorg.jruby.runtime.builtin.IRubyObjectallocate(org.jruby.Ruby runtime, org.jruby.RubyClass rubyClass)
-
Constructor Details
-
Allocator
-
-
Method Details
-
allocate
public org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby runtime, org.jruby.RubyClass rubyClass) - Specified by:
allocatein interfaceorg.jruby.runtime.ObjectAllocator
-
getConverterClass
-