Package io.quarkus.jsonb
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
-
Field Summary
Fields inherited from interface org.eclipse.yasson.spi.JsonbComponentInstanceCreator
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<T> TgetOrCreateComponent(Class<T> componentClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.yasson.spi.JsonbComponentInstanceCreator
getPriority
-
Constructor Details
-
QuarkusJsonbComponentInstanceCreator
public QuarkusJsonbComponentInstanceCreator()
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
getOrCreateComponent
- Specified by:
getOrCreateComponentin interfaceorg.eclipse.yasson.spi.JsonbComponentInstanceCreator
-