Module com.sun.xml.bind
Interface RuntimeMapPropertyInfo
-
- All Superinterfaces:
AnnotationSource,MapPropertyInfo<Type,Class>,PropertyInfo<Type,Class>,RuntimePropertyInfo
public interface RuntimeMapPropertyInfo extends RuntimePropertyInfo, MapPropertyInfo<Type,Class>
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeNonElementgetKeyType()RuntimeNonElementgetValueType()-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo
getXmlName, isCollectionNillable
-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.PropertyInfo
displayName, getAdapter, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
-
Methods inherited from interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
-
-
-
-
Method Detail
-
getKeyType
RuntimeNonElement getKeyType()
- Specified by:
getKeyTypein interfaceMapPropertyInfo<Type,Class>
-
getValueType
RuntimeNonElement getValueType()
- Specified by:
getValueTypein interfaceMapPropertyInfo<Type,Class>
-
-