Class BuilderMethods

java.lang.Object
org.inferred.freebuilder.processor.BuilderMethods

public class BuilderMethods extends Object
Utility methods for method names used in builders.
  • Constructor Details

    • BuilderMethods

      private BuilderMethods()
  • Method Details

    • getter

      public static String getter(Property property)
    • setter

      public static String setter(Property property)
    • nullableSetter

      public static String nullableSetter(Property property)
    • getBuilderMethod

      public static String getBuilderMethod(Property property)
    • getBuildersMethod

      public static String getBuildersMethod(Property property)
    • addMethod

      public static String addMethod(Property property)
    • addAllMethod

      public static String addAllMethod(Property property)
    • addAllBuildersOfMethod

      public static String addAllBuildersOfMethod(Property property)
    • addCopiesMethod

      public static String addCopiesMethod(Property property)
    • putMethod

      public static String putMethod(Property property)
    • forcePutMethod

      public static String forcePutMethod(Property property)
    • putAllMethod

      public static String putAllMethod(Property property)
    • removeMethod

      public static String removeMethod(Property property)
    • removeAllMethod

      public static String removeAllMethod(Property property)
    • removeKeyFromMethod

      public static String removeKeyFromMethod(Property property)
    • removeValueFromMethod

      public static String removeValueFromMethod(Property property)
    • setComparatorMethod

      public static String setComparatorMethod(Property property)
    • setCountMethod

      public static String setCountMethod(Property property)
    • mapper

      public static String mapper(Property property)
    • mutator

      public static String mutator(Property property)
    • clearMethod

      public static String clearMethod(Property property)