public final class MessageBodyWriterBuildItem extends io.quarkus.builder.item.MultiBuildItem implements RuntimeTypeItem
| Constructor and Description |
|---|
MessageBodyWriterBuildItem(String className,
String handledClassName,
List<String> mediaTypeStrings) |
MessageBodyWriterBuildItem(String className,
String handledClassName,
List<String> mediaTypeStrings,
javax.ws.rs.RuntimeType runtimeType,
boolean builtin) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getHandledClassName() |
List<String> |
getMediaTypeStrings() |
javax.ws.rs.RuntimeType |
getRuntimeType()
Returns the runtime type for this build item.
|
boolean |
isBuiltin() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilterpublic MessageBodyWriterBuildItem(String className, String handledClassName, List<String> mediaTypeStrings)
public String getClassName()
public String getHandledClassName()
public javax.ws.rs.RuntimeType getRuntimeType()
RuntimeTypeItemgetRuntimeType in interface RuntimeTypeItempublic boolean isBuiltin()
Copyright © 2021 JBoss by Red Hat. All rights reserved.