Uses of Interface
org.glassfish.jaxb.core.v2.model.core.AttributePropertyInfo
-
Packages that use AttributePropertyInfo Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime. -
-
Uses of AttributePropertyInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement AttributePropertyInfo Modifier and Type Class Description classCAttributePropertyInfoAttributePropertyInfofor the compiler. -
Uses of AttributePropertyInfo in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return AttributePropertyInfo Modifier and Type Method Description protected AttributePropertyInfo<T,C>ClassInfoImpl. createAttributeProperty(PropertySeed<T,C,F,M> seed) -
Uses of AttributePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of AttributePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfo
-