Class 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.
    • Constructor Detail

      • ConstantStaticTypeBeanHolder

        public ConstantStaticTypeBeanHolder​(Class<?> type,
                                            org.apache.camel.CamelContext context)