public class CdsParameterBuilder extends CdsAnnotableBuilder<CdsParameter>
annotations
Constructor and Description |
---|
CdsParameterBuilder(List<CdsAnnotation<?>> annotations,
String name,
CdsTypeBuilder<?> type,
Function<CdsType,Object> defaultValueProvider) |
Modifier and Type | Method and Description |
---|---|
CdsParameter |
build() |
String |
getName() |
annotation
public CdsParameterBuilder(List<CdsAnnotation<?>> annotations, String name, CdsTypeBuilder<?> type, Function<CdsType,Object> defaultValueProvider)
public CdsParameter build()
public String getName()
Copyright © 2021 SAP. All rights reserved.