public class ValueExtractorDescriptor extends Object
ValueExtractor.| Modifier and Type | Class and Description |
|---|---|
static class |
ValueExtractorDescriptor.Key |
| Constructor and Description |
|---|
ValueExtractorDescriptor(ValueExtractor<?> valueExtractor) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getContainerType() |
Optional<Class<?>> |
getExtractedType() |
TypeVariable<?> |
getExtractedTypeParameter() |
ValueExtractorDescriptor.Key |
getKey() |
ValueExtractor<?> |
getValueExtractor() |
boolean |
isUnwrapByDefault() |
String |
toString() |
public ValueExtractorDescriptor(ValueExtractor<?> valueExtractor)
public ValueExtractorDescriptor.Key getKey()
public Class<?> getContainerType()
public TypeVariable<?> getExtractedTypeParameter()
public ValueExtractor<?> getValueExtractor()
public boolean isUnwrapByDefault()
Copyright © 2019 JBoss by Red Hat. All rights reserved.