public interface SupportsExtensionElements
| Modifier and Type | Method and Description |
|---|---|
void |
addExtensionElement(Object element)
Add an extension element.
|
<E> E |
findExtensionOfType(Class<E> clazz)
Finds the first extension of a specified type.
|
<E> List<E> |
findExtensionsOfType(Class<E> clazz)
Find the extensions of a specified type.
|
List<Object> |
getExtensionElements()
Custom extension elements for a resource.
|
List<Object> getExtensionElements()
<E> E findExtensionOfType(Class<E> clazz)
clazz - The type.<E> List<E> findExtensionsOfType(Class<E> clazz)
clazz - The type.void addExtensionElement(Object element)
element - The extension element to add.Copyright © 2017. All rights reserved.