I
- The initializer type used to build the many-to-one mappingK
- The type of the key used for indexingT
- The type of the bean being convertedpublic interface ComplexFieldMapEntry<I,K extends Comparable<K>,T>
BeanField
that is to be provided for a match.Modifier and Type | Method and Description |
---|---|
boolean |
contains(K key)
Determines whether or not the given key is contained in this entry.
|
BeanField<T,K> |
getBeanField() |
I |
getInitializer()
Returns the information used to initialize this entry.
|
void |
setErrorLocale(Locale errorLocale)
Sets the locale to be used for error messages.
|
boolean contains(K key)
key
- The key to be locatedkey
is represented by this entryI getInitializer()
void setErrorLocale(Locale errorLocale)
errorLocale
- The locale to be used for error messagesCopyright © 2005–2023. All rights reserved.