Class Constant
java.lang.Object
de.floydkretschmar.fixturize.domain.Constant
Contains all data used to construct a constant in a generated fixture.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Constant.ConstantBuilderbuilder()booleangetName()The name of the constantThe name of the original field from which the constant was generated.getType()The type of the constantgetValue()The value of the constant which can be a single value or valid java code.inthashCode()toString()
-
Method Details
-
builder
-
getType
The type of the constant -
getName
The name of the constant -
getValue
The value of the constant which can be a single value or valid java code. -
getOriginalFieldName
The name of the original field from which the constant was generated. -
equals
-
hashCode
public int hashCode() -
toString
-