Class QuarkusJsonbComponentInstanceCreator

java.lang.Object
io.quarkus.jsonb.QuarkusJsonbComponentInstanceCreator
All Implemented Interfaces:
Closeable, AutoCloseable, org.eclipse.yasson.spi.JsonbComponentInstanceCreator

public class QuarkusJsonbComponentInstanceCreator extends Object implements org.eclipse.yasson.spi.JsonbComponentInstanceCreator
  • Constructor Details

    • QuarkusJsonbComponentInstanceCreator

      public QuarkusJsonbComponentInstanceCreator()
  • Method Details

    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException
    • getOrCreateComponent

      public <T> T getOrCreateComponent(Class<T> componentClass)
      Specified by:
      getOrCreateComponent in interface org.eclipse.yasson.spi.JsonbComponentInstanceCreator