Package io.quarkus.arc.processor
Class ResourceClassOutput
java.lang.Object
io.quarkus.arc.processor.ResourceClassOutput
- All Implemented Interfaces:
io.quarkus.gizmo2.ClassOutput
-
Constructor Summary
ConstructorsConstructorDescriptionResourceClassOutput(boolean applicationClass, boolean generateSource) ResourceClassOutput(boolean applicationClass, Function<String, ResourceOutput.Resource.SpecialType> specialTypeFunction, boolean generateSource) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.gizmo2.ClassOutput
andThen, write
-
Constructor Details
-
ResourceClassOutput
public ResourceClassOutput(boolean applicationClass, boolean generateSource) - Parameters:
applicationClass- whether the generated classes are application classes or notgenerateSource- whether to also generate textual representation of the code
-
ResourceClassOutput
public ResourceClassOutput(boolean applicationClass, Function<String, ResourceOutput.Resource.SpecialType> specialTypeFunction, boolean generateSource) - Parameters:
applicationClass- whether the generated classes are application classes or notspecialTypeFunction- function accepting a binary name of the generated class and returning theResourceOutput.Resource.SpecialTypeof the class (ornull)generateSource- whether to also generate textual representation of the code
-
-
Method Details
-
write
- Specified by:
writein interfaceio.quarkus.gizmo2.ClassOutput
-