public class ScalarImplementationHeader extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<ScalarImplementationHeader> |
fromAnnotatedElement(AnnotatedElement annotated) |
Optional<String> |
getDescription() |
ScalarHeader |
getHeader() |
String |
getName() |
Optional<OperatorType> |
getOperatorType() |
boolean |
isDeterministic() |
boolean |
isHidden() |
public static List<ScalarImplementationHeader> fromAnnotatedElement(AnnotatedElement annotated)
public String getName()
public Optional<OperatorType> getOperatorType()
public boolean isHidden()
public boolean isDeterministic()
public ScalarHeader getHeader()
Copyright © 2012–2019. All rights reserved.