Uses of Interface
org.glassfish.jaxb.runtime.v2.model.impl.PropertySeed
-
Packages that use PropertySeed Package Description org.glassfish.jaxb.runtime.v2.model.impl 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 PropertySeed Modifier and Type Field Description protected 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 PropertySeed Modifier and Type Method Description protected 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 PropertySeed Modifier and Type Method Description protected 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)
-