Uses of Class
org.inferred.freebuilder.processor.BuilderFactory.TypeInference
-
Packages that use BuilderFactory.TypeInference Package Description org.inferred.freebuilder.processor -
-
Uses of BuilderFactory.TypeInference in org.inferred.freebuilder.processor
Methods in org.inferred.freebuilder.processor that return BuilderFactory.TypeInference Modifier and Type Method Description static BuilderFactory.TypeInferenceBuilderFactory.TypeInference. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuilderFactory.TypeInference[]BuilderFactory.TypeInference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.inferred.freebuilder.processor with parameters of type BuilderFactory.TypeInference Modifier and Type Method Description ExcerptBuildableType. newBuilder(BuilderFactory.TypeInference typeInference)Returns an excerpt calling the Builder factory method.abstract ExcerptBuilderFactory. newBuilder(Type builderType, BuilderFactory.TypeInference typeInference)Returns an excerpt calling the Builder factory method.
-