public interface RuntimeMapPropertyInfo extends RuntimePropertyInfo, MapPropertyInfo<Type,Class>
Modifier and Type | Method and Description |
---|---|
RuntimeNonElement |
getKeyType()
Type of the key of the map.
|
RuntimeNonElement |
getValueType()
Type of the value of the map.
|
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
getXmlName, isCollectionNillable
displayName, getAdapter, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
hasAnnotation, readAnnotation
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 © 2021 JBoss by Red Hat. All rights reserved.