ResultElementT
- The type of the object to create the ResultElement
from.public interface ResultElementFactory<ResultElementT>
ResultElement
from an arbitrary object.Modifier and Type | Method and Description |
---|---|
ResultElement |
create(ResultElementT resultElement)
Creates a
ResultElement based on the given object. |
@Nullable ResultElement create(@Nullable ResultElementT resultElement) throws IllegalArgumentException
ResultElement
based on the given object.resultElement
- The object to build the ResultElement
from.ResultElement
created from the given object.IllegalArgumentException
- If the given object could not be used to build a ResultElement
.Copyright © 2019 SAP SE. All rights reserved.