net.sf.beanlib.spi
Class TrivialCustomBeanTransformerFactories.IdentityCustomTransformer
java.lang.Object
net.sf.beanlib.spi.TrivialCustomBeanTransformerFactories.IdentityCustomTransformer
- Enclosing class:
- TrivialCustomBeanTransformerFactories
private static class TrivialCustomBeanTransformerFactories.IdentityCustomTransformer
- extends Object
Used to delay loading class until necessary.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FACTORY
static final CustomBeanTransformerSpi.Factory FACTORY
- Factory of a transformer that always transform to the same input instance.
SINGLETON
static final CustomBeanTransformerSpi SINGLETON
- Always transform to the same input instance.
TrivialCustomBeanTransformerFactories.IdentityCustomTransformer
private TrivialCustomBeanTransformerFactories.IdentityCustomTransformer()