Modifier and Type | Method and Description |
---|---|
List<? extends Class<? extends ContainerValueExtractor>> |
ContainerValueExtractorPath.getExplicitExtractorClasses() |
Modifier and Type | Method and Description |
---|---|
static ContainerValueExtractorPath |
ContainerValueExtractorPath.explicitExtractor(Class<? extends ContainerValueExtractor> extractorClass) |
static ContainerValueExtractorPath |
ContainerValueExtractorPath.explicitExtractors(List<? extends Class<? extends ContainerValueExtractor>> extractorClasses) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayElementExtractor<T> |
class |
CollectionElementExtractor<T> |
class |
IterableElementExtractor<T> |
class |
MapKeyExtractor<T> |
class |
MapValueExtractor<T> |
class |
OptionalDoubleValueExtractor |
class |
OptionalIntValueExtractor |
class |
OptionalLongValueExtractor |
class |
OptionalValueExtractor<T> |
Modifier and Type | Class and Description |
---|---|
static class |
ContainerValueExtractorBeanReference.DefaultExtractors
Class used as a marker for the default value of attributes of type
ContainerValueExtractorBeanReference
in other annotations. |
Modifier and Type | Method and Description |
---|---|
default S |
PropertyFieldMappingContext.withExtractor(Class<? extends ContainerValueExtractor> extractorClass) |
default AssociationInverseSideMappingContext |
AssociationInverseSideMappingContext.withExtractor(Class<? extends ContainerValueExtractor> extractorClass) |
default PropertyIndexedEmbeddedMappingContext |
PropertyIndexedEmbeddedMappingContext.withExtractor(Class<? extends ContainerValueExtractor> extractorClass) |
default IndexingDependencyMappingContext |
IndexingDependencyMappingContext.withExtractor(Class<? extends ContainerValueExtractor> extractorClass) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.