Class RuntimeBuiltinLeafInfoImpl<T>

java.lang.Object
org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl<Type,Class>
org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl<T>
All Implemented Interfaces:
Locatable, BuiltinLeafInfo<Type,Class>, LeafInfo<Type,Class>, MaybeElement<Type,Class>, NonElement<Type,Class>, TypeInfo<Type,Class>, Location, RuntimeBuiltinLeafInfo, RuntimeLeafInfo, RuntimeNonElement, RuntimeTypeInfo, 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