Class ConstantStaticTypeBeanHolder

java.lang.Object
org.apache.camel.component.bean.ConstantTypeBeanHolder
org.apache.camel.component.bean.ConstantStaticTypeBeanHolder
All Implemented Interfaces:
BeanHolder, BeanTypeHolder

public class ConstantStaticTypeBeanHolder extends ConstantTypeBeanHolder
A constant BeanHolder for a class or static class where the intention is to only invoke static methods, without the need for creating an instance of the type.