Uses of Class
org.basepom.mojo.propertyhelper.ValueCache
Packages that use ValueCache
-
Uses of ValueCache in org.basepom.mojo.propertyhelper
Fields in org.basepom.mojo.propertyhelper declared as ValueCacheModifier and TypeFieldDescriptionprotected final ValueCacheAbstractPropertyHelperMojo.valueCacheMethods in org.basepom.mojo.propertyhelper with parameters of type ValueCacheModifier 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)