AnnotationSource
, MapPropertyInfo<Type,Class>
, PropertyInfo<Type,Class>
, RuntimePropertyInfo
public interface RuntimeMapPropertyInfo extends RuntimePropertyInfo, MapPropertyInfo<Type,Class>
Modifier and Type | Method | Description |
---|---|---|
RuntimeNonElement |
getKeyType() |
Type of the key of the map.
|
RuntimeNonElement |
getValueType() |
Type of the value of the map.
|
hasAnnotation, readAnnotation
getXmlName, isCollectionNillable
displayName, getAdapter, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
RuntimeNonElement getKeyType()
MapPropertyInfo
HashMap<K,V>
getKeyType
in interface MapPropertyInfo<Type,Class>
RuntimeNonElement getValueType()
MapPropertyInfo
HashMap<K,V>
getValueType
in interface MapPropertyInfo<Type,Class>
Copyright © 2018 Oracle Corporation. All rights reserved.