Uses of Class
org.rodnansol.core.generator.writer.postprocess.PostProcessPropertyGroupsCommand
-
Packages that use PostProcessPropertyGroupsCommand Package Description org.rodnansol.core.generator.writer.postprocess -
-
Uses of PostProcessPropertyGroupsCommand in org.rodnansol.core.generator.writer.postprocess
Methods in org.rodnansol.core.generator.writer.postprocess that return PostProcessPropertyGroupsCommand Modifier and Type Method Description static PostProcessPropertyGroupsCommandPostProcessPropertyGroupsCommand. ofGroupFilter(List<PropertyGroup> propertyGroups, List<String> excludedGroups, List<String> includedGroups)static PostProcessPropertyGroupsCommandPostProcessPropertyGroupsCommand. ofPropertyFilter(List<PropertyGroup> propertyGroups, List<String> excludedProperties, List<String> includedProperties)static PostProcessPropertyGroupsCommandPostProcessPropertyGroupsCommand. ofTemplate(TemplateCustomization templateCustomization, List<PropertyGroup> propertyGroups)Methods in org.rodnansol.core.generator.writer.postprocess with parameters of type PostProcessPropertyGroupsCommand Modifier and Type Method Description voidPropertyGroupFilterService. postProcessPropertyGroups(PostProcessPropertyGroupsCommand command)Post process the incoming property groups with the different attributes.
-