|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySeed | |
---|---|
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
Uses of PropertySeed in com.sun.xml.bind.v2.model.impl |
---|
Classes in com.sun.xml.bind.v2.model.impl that implement PropertySeed | |
---|---|
(package private) class |
FieldPropertySeed<TypeT,ClassDeclT,FieldT,MethodT>
PropertyInfo implementation backed by a field. |
(package private) class |
GetterSetterPropertySeed<TypeT,ClassDeclT,FieldT,MethodT>
PropertyInfo implementation backed by a getter and a setter. |
(package private) static class |
RuntimeClassInfoImpl.RuntimePropertySeed
|
Fields in com.sun.xml.bind.v2.model.impl declared as PropertySeed | |
---|---|
protected PropertySeed<T,C,F,M> |
ClassInfoImpl.attributeWildcard
If this class has a declared (not inherited) attribute wildcard, keep the reference to it. |
protected PropertySeed<T,C,F,M> |
PropertyInfoImpl.seed
Object that reads annotations. |
Methods in com.sun.xml.bind.v2.model.impl that return PropertySeed | |
---|---|
protected PropertySeed<T,C,F,M> |
ClassInfoImpl.createAccessorSeed(M getter,
M setter)
Creates a new GetterSetterPropertySeed object. |
protected PropertySeed<T,C,F,M> |
ClassInfoImpl.createFieldSeed(F f)
Creates a new FieldPropertySeed object. |
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<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> seed)
|
protected ElementPropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createElementProperty(PropertySeed<T,C,F,M> seed)
|
protected ElementPropertyInfoImpl |
RuntimeClassInfoImpl.createElementProperty(PropertySeed<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> seed)
|
protected MapPropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createMapProperty(PropertySeed<T,C,F,M> seed)
|
protected MapPropertyInfoImpl |
RuntimeClassInfoImpl.createMapProperty(PropertySeed<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> seed)
|
protected ReferencePropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createReferenceProperty(PropertySeed<T,C,F,M> seed)
|
protected ReferencePropertyInfoImpl |
RuntimeClassInfoImpl.createReferenceProperty(PropertySeed<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> seed)
|
protected ValuePropertyInfoImpl<T,C,F,M> |
ClassInfoImpl.createValueProperty(PropertySeed<T,C,F,M> seed)
|
protected ValuePropertyInfoImpl |
RuntimeClassInfoImpl.createValueProperty(PropertySeed<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> seed)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |