java.lang.Object
com.github.muehmar.gradle.openapi.generator.java.generator.pojo.RefsGenerator

public class RefsGenerator extends Object
  • Method Details

    • ref

      public static <A, B> io.github.muehmar.codegenerator.Generator<A,B> ref(String ref)
    • ref

      public static <A, B> io.github.muehmar.codegenerator.Generator<A,B> ref(Optional<String> ref)
    • fieldRefs

      public static <B> io.github.muehmar.codegenerator.Generator<JavaPojoMember,B> fieldRefs()
    • classNameRef

      public static <B> io.github.muehmar.codegenerator.Generator<QualifiedClassName,B> classNameRef()
    • optionalRef

      public static <A, B> io.github.muehmar.codegenerator.Generator<A,B> optionalRef()
    • javaTypeRefs

      public static <B> io.github.muehmar.codegenerator.Generator<JavaType,B> javaTypeRefs()