public interface BuilderFieldSource<D extends BuilderFieldSource<D>> extends Component<D>
Modifier and Type | Interface and Description |
---|---|
static class |
BuilderFieldSource.Attributes |
Modifier and Type | Method and Description |
---|---|
default D |
addAugmentationFieldSource(String entityContainerKey)
The container key used to retrieve augmentations.
|
default D |
addAugmentationFieldSource(String entityContainerKey,
boolean stripAttributes)
The container key used to retrieve augmentations.
|
default D |
addAugmentationFieldSource(String entityContainerKey,
String fieldNameWrapper)
The container key used to retrieve augmentations.
|
default D |
addAugmentationFieldSource(String entityContainerKey,
String fieldNameWrapper,
boolean stripAttributes)
The container key used to retrieve augmentations.
|
default String |
getContainerKey() |
default String |
processFieldName(String fieldName) |
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
default D addAugmentationFieldSource(String entityContainerKey)
entityContainerKey
- the augmentation key propertydefault D addAugmentationFieldSource(String entityContainerKey, boolean stripAttributes)
entityContainerKey
- the augmentation key propertydefault D addAugmentationFieldSource(String entityContainerKey, String fieldNameWrapper)
entityContainerKey
- the augmentation key propertyfieldNameWrapper
- the string format to wrap the field namedefault D addAugmentationFieldSource(String entityContainerKey, String fieldNameWrapper, boolean stripAttributes)
entityContainerKey
- the augmentation key propertyfieldNameWrapper
- the string format to wrap the field namedefault String getContainerKey()
Copyright © 2021. All rights reserved.