public interface FieldSetBuilder
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
createFieldSet(Class clazz,
String fieldPrefix,
String configuration)
Method converts configuration string to set of field names
|
Set<String> |
createFieldSet(Class clazz,
String fieldPrefix,
String configuration,
FieldSetBuilderContext context)
Method converts configuration string to set of field names
|
Set<String> createFieldSet(Class clazz, String fieldPrefix, String configuration)
clazz - - class of object for which field set is createdfieldPrefix - - prefix which should be added to field nameconfiguration - - string describing properties which should be added to the setSet<String> createFieldSet(Class clazz, String fieldPrefix, String configuration, FieldSetBuilderContext context)
clazz - - class of object for which field set is createdfieldPrefix - - prefix which should be added to field nameconfiguration - - string describing properties which should be added to the setcontext - - object storing additional information like :Copyright © 2017 SAP SE. All Rights Reserved.