public class GenericObjectExtractor<T> extends Object implements ObjectExtractor<T>
Constructor and Description |
---|
GenericObjectExtractor(Class<T> objectType) |
Modifier and Type | Method and Description |
---|---|
T |
extract(ResultElement resultElement) |
@ConstructorProperties(value="objectType") @Generated(value="lombok") public GenericObjectExtractor(Class<T> objectType)
public T extract(ResultElement resultElement) throws UnsupportedOperationException
extract
in interface ObjectExtractor<T>
UnsupportedOperationException
Copyright © 2018 SAP SE. All rights reserved.