Class ConverterProxy.Allocator

  • All Implemented Interfaces:
    org.jruby.runtime.ObjectAllocator
    Enclosing class:
    ConverterProxy<T>

    public static class ConverterProxy.Allocator
    extends java.lang.Object
    implements org.jruby.runtime.ObjectAllocator
    • Field Summary

      • Fields inherited from interface org.jruby.runtime.ObjectAllocator

        NOT_ALLOCATABLE_ALLOCATOR
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jruby.runtime.builtin.IRubyObject allocate​(org.jruby.Ruby runtime, org.jruby.RubyClass rubyClass)  
      java.lang.Class<? extends Converter> getConverterClass()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • 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 java.lang.Class<? extends Converter> getConverterClass()