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 Detail

      • getKeyType

        RuntimeNonElement getKeyType()
        Specified by:
        getKeyType in interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo<Type,​Class>
      • getValueType

        RuntimeNonElement getValueType()
        Specified by:
        getValueType in interface org.glassfish.jaxb.core.v2.model.core.MapPropertyInfo<Type,​Class>