Searched refs:ValuePropertyInfoImpl (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DValuePropertyInfoImpl.java34 class ValuePropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> class in inherits:SingleTypePropertyInfoImpl,ValuePropertyInfo
38 ValuePropertyInfoImpl( method in class:ValuePropertyInfoImpl
H A DRuntimeValuePropertyInfoImpl.java39 final class RuntimeValuePropertyInfoImpl extends ValuePropertyInfoImpl<Type,Class,Field,Method>
H A DRuntimeClassInfoImpl.java154 protected ValuePropertyInfoImpl createValueProperty(PropertySeed<Type,Class,Field,Method> seed) {
H A DClassInfoImpl.java907 protected ValuePropertyInfoImpl<T,C,F,M> createValueProperty(PropertySeed<T,C,F,M> seed) {
908 return new ValuePropertyInfoImpl<T,C,F,M>(this,seed);

Completed in 44 milliseconds