Class RuntimeBuiltinLeafInfoImpl<T>

java.lang.Object
com.sun.xml.bind.v2.model.impl.BuiltinLeafInfoImpl<Type,Class>
com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl<T>
All Implemented Interfaces:
Locatable, BuiltinLeafInfo<Type,Class>, LeafInfo<Type,Class>, MaybeElement<Type,Class>, NonElement<Type,Class>, TypeInfo<Type,Class>, RuntimeBuiltinLeafInfo, RuntimeLeafInfo, RuntimeNonElement, RuntimeTypeInfo, Location, Transducer<T>

public abstract class RuntimeBuiltinLeafInfoImpl<T> extends BuiltinLeafInfoImpl<Type,Class> implements RuntimeBuiltinLeafInfo, Transducer<T>
BuiltinLeafInfoImpl with a support for runtime.

In particular this class defines Transducers for the built-in types.

Author:
Kohsuke Kawaguchi