public static interface ResourceOutput.Resource
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceOutput.Resource.SpecialType |
static class |
ResourceOutput.Resource.Type |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
default String |
getFullyQualifiedName()
com.foo.MyBean
|
String |
getName()
com/foo/MyBean
com/foo/MyBean$Bar
io.quarkus.arc.BeanProvider
|
String |
getSource() |
ResourceOutput.Resource.SpecialType |
getSpecialType() |
ResourceOutput.Resource.Type |
getType() |
boolean |
isApplicationClass() |
File |
writeTo(File directory) |
boolean isApplicationClass()
File writeTo(File directory) throws IOException
IOExceptionbyte[] getData()
String getName()
com/foo/MyBean com/foo/MyBean$Bar io.quarkus.arc.BeanProvider
default String getFullyQualifiedName()
com.foo.MyBean
ResourceOutput.Resource.Type getType()
ResourceOutput.Resource.TypeResourceOutput.Resource.SpecialType getSpecialType()
ResourceOutput.Resource.SpecialTypeString getSource()
Copyright © 2021 JBoss by Red Hat. All rights reserved.