com.sun.xml.bind.v2.runtime.reflect.opt
Class OptimizedTransducedAccessorFactory

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory

public abstract class OptimizedTransducedAccessorFactory
extends java.lang.Object

Prepares optimized TransducedAccessor from templates.


Method Summary
static TransducedAccessor get(RuntimePropertyInfo prop)
          Gets the optimizd TransducedAccessor if possible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static final TransducedAccessor get(RuntimePropertyInfo prop)
Gets the optimizd TransducedAccessor if possible.

Returns:
null if for some reason it fails to create an optimized version.