Methods in com.sun.xml.bind.v2.model.impl with parameters of type PropertySeed |
protected AttributePropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createAttributeProperty(PropertySeed<T,C,F,M> seed)
|
protected AttributePropertyInfoImpl |
RuntimeClassInfoImpl.createAttributeProperty(PropertySeed<Type,Class,Field,Method> seed)
|
protected ElementPropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createElementProperty(PropertySeed<T,C,F,M> seed)
|
protected ElementPropertyInfoImpl |
RuntimeClassInfoImpl.createElementProperty(PropertySeed<Type,Class,Field,Method> seed)
|
protected MapPropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createMapProperty(PropertySeed<T,C,F,M> seed)
|
protected MapPropertyInfoImpl |
RuntimeClassInfoImpl.createMapProperty(PropertySeed<Type,Class,Field,Method> seed)
|
protected ReferencePropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createReferenceProperty(PropertySeed<T,C,F,M> seed)
|
protected ReferencePropertyInfoImpl |
RuntimeClassInfoImpl.createReferenceProperty(PropertySeed<Type,Class,Field,Method> seed)
|
protected ValuePropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createValueProperty(PropertySeed<T,C,F,M> seed)
|
protected ValuePropertyInfoImpl |
RuntimeClassInfoImpl.createValueProperty(PropertySeed<Type,Class,Field,Method> seed)
|
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type PropertySeed |
AttributePropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> parent,
PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> seed)
|
ElementPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> parent,
PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed)
|
ERPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> classInfo,
PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed)
|
MapPropertyInfoImpl(ClassInfoImpl<T,C,F,M> ci,
PropertySeed<T,C,F,M> seed)
|
PropertyInfoImpl(ClassInfoImpl<T,C,F,M> parent,
PropertySeed<T,C,F,M> spi)
|
ReferencePropertyInfoImpl(ClassInfoImpl<T,C,F,M> classInfo,
PropertySeed<T,C,F,M> seed)
|
RuntimeAttributePropertyInfoImpl(RuntimeClassInfoImpl classInfo,
PropertySeed<Type,Class,Field,Method> seed)
|
RuntimeClassInfoImpl.RuntimePropertySeed(PropertySeed<Type,Class,Field,Method> core,
Accessor acc)
|
RuntimeElementPropertyInfoImpl(RuntimeClassInfoImpl classInfo,
PropertySeed<Type,Class,Field,Method> seed)
|
RuntimeMapPropertyInfoImpl(RuntimeClassInfoImpl classInfo,
PropertySeed<Type,Class,Field,Method> seed)
|
RuntimeReferencePropertyInfoImpl(RuntimeClassInfoImpl classInfo,
PropertySeed<Type,Class,Field,Method> seed)
|
RuntimeValuePropertyInfoImpl(RuntimeClassInfoImpl classInfo,
PropertySeed<Type,Class,Field,Method> seed)
|
SingleTypePropertyInfoImpl(ClassInfoImpl<T,C,F,M> classInfo,
PropertySeed<T,C,F,M> seed)
|
ValuePropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> parent,
PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> seed)
|