Uses of Class
org.basepom.mojo.propertyhelper.ValueCache
-
Uses of ValueCache in org.basepom.mojo.propertyhelper
Modifier and TypeFieldDescriptionprotected final ValueCache
AbstractPropertyHelperMojo.valueCache
Modifier and TypeMethodDescriptionDateField.createDates
(ValueCache valueCache, DateDefinition... dateDefinitions) static List<MacroField>
MacroField.createMacros
(ValueCache valueCache, MacroDefinition[] macroDefinitions, AbstractPropertyHelperMojo mojo) static List<NumberField>
NumberField.createNumbers
(ValueCache valueCache, NumberDefinition... numberDefinitions) static List<StringField>
StringField.createStrings
(ValueCache valueCache, StringDefinition... stringDefinitions) UuidField.createUuids
(ValueCache valueCache, UuidDefinition... uuidDefinitions)