Interface ConditionalCodeWriter
-
- All Superinterfaces:
BiFunction<io.vertx.codegen.ClassModel,PrintWriter,Void>,CodeWriter,Predicate<io.vertx.codegen.ClassModel>
- All Known Implementing Classes:
BufferRelatedMethodCodeWriter,ConstructorWithDelegateParameterCodeWriter,ConstructorWithGenericTypesCodeWriter,ConstructorWithObjectDelegateCodeWriter,ConsumerMethodCodeWriter,DelegateFieldCodeWriter,DelegateMethodDeclarationCodeWriter,FunctionApplyMethodCodeWriter,GetDelegateMethodCodeWriter,HashCodeAndEqualsMethodsCodeWriter,ImplClassCodeWriter,IterableMethodCodeWriter,IteratorMethodsCodeWriter,NewInstanceWithGenericsMethodCodeWriter,NoArgConstructorCodeWriter,ReadStreamMethodDeclarationCodeWriter,ToMultiMethodCodeWriter,ToStringMethodCodeWriter,ToSubscriberCodeWriter,TypeArgsConstantCodeWriter
public interface ConditionalCodeWriter extends Predicate<io.vertx.codegen.ClassModel>, CodeWriter
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Voidapply(io.vertx.codegen.ClassModel model, PrintWriter writer)-
Methods inherited from interface java.util.function.BiFunction
andThen
-
Methods inherited from interface io.smallrye.mutiny.vertx.codegen.lang.CodeWriter
generate, genTypeName
-
-
-
-
Method Detail
-
apply
default Void apply(io.vertx.codegen.ClassModel model, PrintWriter writer)
- Specified by:
applyin interfaceBiFunction<io.vertx.codegen.ClassModel,PrintWriter,Void>- Specified by:
applyin interfaceCodeWriter
-
-