|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryInfoImpl | |
---|---|
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
Uses of RegistryInfoImpl in com.sun.xml.bind.v2.model.impl |
---|
Fields in com.sun.xml.bind.v2.model.impl with type parameters of type RegistryInfoImpl | |
---|---|
(package private) java.util.Map<java.lang.String,RegistryInfoImpl> |
ModelBuilder.registries
Packages whose registries are already added. |
Methods in com.sun.xml.bind.v2.model.impl with parameters of type RegistryInfoImpl | |
---|---|
protected ElementInfoImpl<T,C,F,M> |
ModelBuilder.createElementInfo(RegistryInfoImpl<T,C,F,M> registryInfo,
M m)
|
RuntimeElementInfoImpl |
RuntimeModelBuilder.createElementInfo(RegistryInfoImpl<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> registryInfo,
java.lang.reflect.Method method)
|
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type RegistryInfoImpl | |
---|---|
ElementInfoImpl(ModelBuilder<TypeT,ClassDeclT,FieldT,MethodT> builder,
RegistryInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> registry,
MethodT m)
|
|
RuntimeElementInfoImpl(RuntimeModelBuilder modelBuilder,
RegistryInfoImpl registry,
java.lang.reflect.Method method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |