public class FieldTestObjectBuilder extends java.lang.Object implements buildable.Builder<FieldTestObject>
public static FieldTestObjectBuilder anObject()
public FieldTestObjectBuilder withStringWithNoSpecifiedMethodNameAndNoSpecifiedDefaultValue(java.lang.String stringWithNoSpecifiedMethodNameAndNoSpecifiedDefaultValue)
public FieldTestObjectBuilder withStringWithSpecifiedMethodNameButNoSpecifiedDefaultValue(java.lang.String stringWithSpecifiedMethodNameButNoSpecifiedDefaultValue)
public FieldTestObjectBuilder aString(java.lang.String stringWithSpecifiedMethodNameAndSpecifiedDefaultValue)
public FieldTestObjectBuilder withFloatObject(java.lang.Float floatObject)
public FieldTestObjectBuilder withFloatPrimitive(float floatPrimitive)
public FieldTestObjectBuilder withIntegerObject(java.lang.Integer integerObject)
public FieldTestObjectBuilder withIntegerPrimitive(int integerPrimitive)
public FieldTestObjectBuilder withDoubleObject(java.lang.Double doubleObject)
public FieldTestObjectBuilder withDoublePrimitive(double doublePrimitive)
public FieldTestObjectBuilder withShortObject(java.lang.Short shortObject)
public FieldTestObjectBuilder withShortPrimitive(short shortPrimitive)
public FieldTestObjectBuilder withLongObject(java.lang.Long longObject)
public FieldTestObjectBuilder withLongPrimitive(long longPrimitive)
public FieldTestObjectBuilder withCharObject(java.lang.Character charObject)
public FieldTestObjectBuilder withCharPrimitive(char charPrimitive)
public FieldTestObjectBuilder withByteObject(java.lang.Byte byteObject)
public FieldTestObjectBuilder withBytePrimitive(byte bytePrimitive)
public FieldTestObject build()
build in interface buildable.Builder<FieldTestObject>