| com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder
RuntimeModelBuilder | public class RuntimeModelBuilder extends ModelBuilder (Code) | | ModelBuilder that works at the run-time by using
the
java.lang.reflect package.
This extends
ModelBuilder by providing more functionalities such
as accessing the fields and classes.
author: Kohsuke Kawaguchi (kk@kohsuke.org) |
Method Summary | |
public RuntimeArrayInfoImpl | createArrayInfo(Locatable upstream, Type arrayType) | protected RuntimeClassInfoImpl | createClassInfo(Class clazz, Locatable upstream) | public RuntimeElementInfoImpl | createElementInfo(RegistryInfoImpl<Type, Class, Field, Method> registryInfo, Method method) | protected RuntimeEnumLeafInfoImpl | createEnumLeafInfo(Class clazz, Locatable upstream) | public static Transducer | createTransducer(RuntimeNonElementRef ref) Creates a
Transducer given a reference. | protected RuntimeTypeInfoSetImpl | createTypeInfoSet() | public RuntimeNonElement | getClassInfo(Class clazz, Locatable upstream) | public RuntimeNonElement | getClassInfo(Class clazz, boolean searchForSuperClass, Locatable upstream) | public ReflectionNavigator | getNavigator() | public RuntimeTypeInfoSet | link() |
|
|