Uses of Interface
org.glassfish.jaxb.runtime.v2.model.impl.PropertySeed
Packages that use PropertySeed
Package
Description
Implementation of the org.glassfish.jaxb.j2s.model package.
-
Uses of PropertySeed in org.glassfish.jaxb.runtime.v2.model.impl
Fields in org.glassfish.jaxb.runtime.v2.model.impl declared as PropertySeedModifier and TypeFieldDescriptionprotected PropertySeed<T, C, F, M> ClassInfoImpl.attributeWildcardIf this class has a declared (not inherited) attribute wildcard, keep the reference to it.Methods in org.glassfish.jaxb.runtime.v2.model.impl that return PropertySeedModifier and TypeMethodDescriptionprotected PropertySeed<T, C, F, M> ClassInfoImpl.createAccessorSeed(M getter, M setter) Creates a newGetterSetterPropertySeedobject.protected PropertySeed<T, C, F, M> ClassInfoImpl.createFieldSeed(F f) Creates a newFieldPropertySeedobject.Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type PropertySeedModifier and TypeMethodDescriptionprotected AttributePropertyInfo<T, C> ClassInfoImpl.createAttributeProperty(PropertySeed<T, C, F, M> seed) protected ElementPropertyInfo<T, C> ClassInfoImpl.createElementProperty(PropertySeed<T, C, F, M> seed) protected MapPropertyInfo<T, C> ClassInfoImpl.createMapProperty(PropertySeed<T, C, F, M> seed) protected ReferencePropertyInfo<T, C> ClassInfoImpl.createReferenceProperty(PropertySeed<T, C, F, M> seed) protected ValuePropertyInfo<T, C> ClassInfoImpl.createValueProperty(PropertySeed<T, C, F, M> seed)