Package org.asciidoctor.jruby.internal
Class JavaConverterRegistryImpl
java.lang.Object
org.asciidoctor.jruby.internal.JavaConverterRegistryImpl
- All Implemented Interfaces:
JavaConverterRegistry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<U,T extends Converter<U> & OutputFormatWriter<U>>
voidClass<?>void
-
Constructor Details
-
JavaConverterRegistryImpl
-
-
Method Details
-
register
public <U,T extends Converter<U> & OutputFormatWriter<U>> void register(Class<T> converterClass, String... backends) - Specified by:
registerin interfaceJavaConverterRegistry
-
resolve
- Specified by:
resolvein interfaceJavaConverterRegistry
-
unregisterAll
public void unregisterAll()- Specified by:
unregisterAllin interfaceJavaConverterRegistry
-
converters
- Specified by:
convertersin interfaceJavaConverterRegistry
-