Uses of Enum
org.inferred.freebuilder.processor.BuilderFactory.TypeInference
Packages that use BuilderFactory.TypeInference
-
Uses of BuilderFactory.TypeInference in org.inferred.freebuilder.processor
Methods in org.inferred.freebuilder.processor that return BuilderFactory.TypeInferenceModifier and TypeMethodDescriptionstatic BuilderFactory.TypeInferenceReturns 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.TypeInferenceModifier and TypeMethodDescriptionBuildableType.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.