Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
-
Packages that use RuntimePropertyInfo Package Description org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime. -
-
Uses of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfointerfaceRuntimeElementPropertyInfointerfaceRuntimeMapPropertyInfointerfaceRuntimeReferencePropertyInfointerfaceRuntimeValuePropertyInfoMethods in org.glassfish.jaxb.runtime.v2.model.runtime that return RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfoRuntimeClassInfo. getProperty(String name)RuntimePropertyInfoRuntimeNonElementRef. getSource()RuntimePropertyInfoRuntimeTypeRef. getSource()Methods in org.glassfish.jaxb.runtime.v2.model.runtime that return types with arguments of type RuntimePropertyInfo Modifier and Type Method Description List<? extends RuntimePropertyInfo>RuntimeClassInfo. getProperties()
-