Interface RuntimeMapPropertyInfo
- All Superinterfaces:
AnnotationSource,MapPropertyInfo<Type,,Class> PropertyInfo<Type,,Class> RuntimePropertyInfo
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptionType of the key of the map.Type of the value of the map.Methods inherited from interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotationMethods inherited from interface com.sun.xml.bind.v2.model.core.MapPropertyInfo
getXmlName, isCollectionNillableMethods inherited from interface com.sun.xml.bind.v2.model.core.PropertyInfo
displayName, getAdapter, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parentMethods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
-
Method Details
-
getKeyType
RuntimeNonElement getKeyType()Description copied from interface:MapPropertyInfoType of the key of the map. K ofHashMap<K,V>- Specified by:
getKeyTypein interfaceMapPropertyInfo<Type,Class> - Returns:
- never null.
-
getValueType
RuntimeNonElement getValueType()Description copied from interface:MapPropertyInfoType of the value of the map. V ofHashMap<K,V>- Specified by:
getValueTypein interfaceMapPropertyInfo<Type,Class> - Returns:
- never null.
-