Class VariableElementMetadata.VariableElementMetadataBuilder
java.lang.Object
de.floydkretschmar.fixturize.domain.VariableElementMetadata.VariableElementMetadataBuilder
- Enclosing class:
VariableElementMetadata
-
Method Summary
Modifier and TypeMethodDescriptionbuild()toString()typedElement(Element typedElement) The element for which defines the type of the underlying variable element.variableElement(VariableElement variableElement) The element which this metadata represents.
-
Method Details
-
variableElement
public VariableElementMetadata.VariableElementMetadataBuilder variableElement(VariableElement variableElement) The element which this metadata represents.- Returns:
this.
-
typedElement
The element for which defines the type of the underlying variable element. If the variable element was typed by a generic, the type defining element will be theTypeElementof the concrete implementation class. If the variable element was typed by a non-generic, the type defining element will be the originalVariableElement.- Returns:
this.
-
build
-
toString
-