Class PropertyGroupFilterService
- java.lang.Object
-
- org.rodnansol.core.generator.writer.postprocess.PropertyGroupFilterService
-
public class PropertyGroupFilterService extends Object
Class that deals with the filtering of the property group lists.- Since:
- 0.4.0
- Author:
- nandorholozsnyak
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyGroupFilterServiceINSTANCE
-
Constructor Summary
Constructors Constructor Description PropertyGroupFilterService()PropertyGroupFilterService(List<org.rodnansol.core.generator.writer.postprocess.PropertyGroupPostProcessor> propertyGroupPostProcessors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostProcessPropertyGroups(PostProcessPropertyGroupsCommand command)Post process the incoming property groups with the different attributes.
-
-
-
Field Detail
-
INSTANCE
public static final PropertyGroupFilterService INSTANCE
-
-
Constructor Detail
-
PropertyGroupFilterService
public PropertyGroupFilterService(List<org.rodnansol.core.generator.writer.postprocess.PropertyGroupPostProcessor> propertyGroupPostProcessors)
-
PropertyGroupFilterService
public PropertyGroupFilterService()
-
-
Method Detail
-
postProcessPropertyGroups
public void postProcessPropertyGroups(PostProcessPropertyGroupsCommand command)
Post process the incoming property groups with the different attributes.Runs the list of the given post processors.
- Parameters:
command- command that contains all the attributes that is needed for the process.
-
-