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
  • Constructor Details

  • Method Details

    • allocate

      public org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby runtime, org.jruby.RubyClass rubyClass)
      Specified by:
      allocate in interface org.jruby.runtime.ObjectAllocator
    • getConverterClass

      public Class<? extends Converter> getConverterClass()