Class UuidField
java.lang.Object
org.basepom.mojo.propertyhelper.Field<String,UuidDefinition>
org.basepom.mojo.propertyhelper.fields.UuidField
-
Constructor Summary
ConstructorDescriptionUuidField
(UuidDefinition uuidDefinition, ValueProvider valueProvider, FieldContext fieldContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic UuidField
forTesting
(UuidDefinition uuidDefinition, ValueProvider valueProvider) The name of the field.getValue()
The value of the field.toString()
Methods inherited from class org.basepom.mojo.propertyhelper.Field
isExposeAsProperty
-
Constructor Details
-
UuidField
public UuidField(UuidDefinition uuidDefinition, ValueProvider valueProvider, FieldContext fieldContext)
-
-
Method Details
-
forTesting
-
getFieldName
Description copied from class:Field
The name of the field.- Specified by:
getFieldName
in classField<String,
UuidDefinition>
-
getValue
Description copied from class:Field
The value of the field.Optional.empty()
can be returned if the value is not defined.- Specified by:
getValue
in classField<String,
UuidDefinition>
-
toString
-