Class FromApiTypeConversion
java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.model.type.api.FromApiTypeConversion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Tfold(Function<FactoryMethodConversion, T> onFactoryMethod, Function<InstanceMethodConversion, T> onInstanceMethod, Function<ConstructorConversion, T> onConstructor)
-
Constructor Details
-
FromApiTypeConversion
-
-
Method Details
-
fold
public <T> T fold(Function<FactoryMethodConversion, T> onFactoryMethod, Function<InstanceMethodConversion, T> onInstanceMethod, Function<ConstructorConversion, T> onConstructor)
-