Module com.sun.xml.bind
Interface RuntimeMapPropertyInfo
-
- All Superinterfaces:
org.glassfish.jaxb.core.v2.model.annotation.AnnotationSource,org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo<Type,Class>,org.glassfish.jaxb.core.v2.model.core.PropertyInfo<Type,Class>,RuntimePropertyInfo
public interface RuntimeMapPropertyInfo extends RuntimePropertyInfo, org.glassfish.jaxb.core.v2.model.core.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()
-
getValueType
RuntimeNonElement getValueType()
-
-