Class ValueExtractorDescriptor
- java.lang.Object
-
- org.hibernate.validator.internal.engine.valueextraction.ValueExtractorDescriptor
-
public class ValueExtractorDescriptor extends Object
Describes aValueExtractor.- Author:
- Gunnar Morling, Guillaume Smet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueExtractorDescriptor.Key
-
Constructor Summary
Constructors Constructor Description ValueExtractorDescriptor(ValueExtractor<?> valueExtractor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getContainerType()Optional<Class<?>>getExtractedType()TypeVariable<?>getExtractedTypeParameter()ValueExtractorDescriptor.KeygetKey()ValueExtractor<?>getValueExtractor()booleanisUnwrapByDefault()StringtoString()
-
-
-
Constructor Detail
-
ValueExtractorDescriptor
public ValueExtractorDescriptor(ValueExtractor<?> valueExtractor)
-
-
Method Detail
-
getKey
public ValueExtractorDescriptor.Key getKey()
-
getContainerType
public Class<?> getContainerType()
-
getExtractedTypeParameter
public TypeVariable<?> getExtractedTypeParameter()
-
getValueExtractor
public ValueExtractor<?> getValueExtractor()
-
isUnwrapByDefault
public boolean isUnwrapByDefault()
-
-