Uses of Interface
org.glassfish.jaxb.core.v2.model.core.PropertyInfo
-
Packages that use PropertyInfo Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.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 PropertyInfo in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of PropertyInfo in org.glassfish.jaxb.core.v2.model.core Modifier and Type Interface Description interfaceAttributePropertyInfo<T,C>AttributePropertyInfo.interfaceElementPropertyInfo<T,C>Property that maps to an element.interfaceMapPropertyInfo<T,C>Property that maps to the following schema fragment.interfaceReferencePropertyInfo<T,C>PropertyInfothat holds references to otherElements.interfaceValuePropertyInfo<T,C>ValuePropertyInfo.Methods in org.glassfish.jaxb.core.v2.model.core that return PropertyInfo Modifier and Type Method Description PropertyInfo<T,C>ClassInfo. getProperty(String name)Gets the property that has the specified name.PropertyInfo<T,C>NonElementRef. getSource()Gets the property which is the source of this reference.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type PropertyInfo Modifier and Type Method Description List<? extends PropertyInfo<T,C>>ClassInfo. getProperties()Returns all the properties newly declared in this class. -
Uses of PropertyInfo in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl that return PropertyInfo Modifier and Type Method Description PropertyInfo<T,C>ClassInfoImpl. getProperty(String name)Methods in org.glassfish.jaxb.runtime.v2.model.impl that return types with arguments of type PropertyInfo Modifier and Type Method Description List<? extends PropertyInfo<T,C>>ClassInfoImpl. getProperties() -
Uses of PropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of PropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfointerfaceRuntimeElementPropertyInfointerfaceRuntimeMapPropertyInfointerfaceRuntimePropertyInfoPropertyInfothat exposes more information.interfaceRuntimeReferencePropertyInfointerfaceRuntimeValuePropertyInfo
-